File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -24,21 +24,21 @@ Use [yarn](https://yarnpkg.com/) to package and install the SDK:
24
24
25
25
Globally:
26
26
27
- - ` $ yarn global add modzy-sdk `
27
+ - ` $ yarn global add @modzy/ modzy-sdk `
28
28
29
29
In an existing project:
30
30
31
- - ` $ yarn add modzy-sdk `
31
+ - ` $ yarn add @modzy/ modzy-sdk `
32
32
33
33
Or you can use [ npm] ( https://nodejs.org/ ) :
34
34
35
35
Globally
36
36
37
- - ` $ npm install -g modzy-sdk `
37
+ - ` $ npm install -g @modzy/ modzy-sdk `
38
38
39
39
In an existing project:
40
40
41
- - ` $ npm install modzy-sdk `
41
+ - ` $ npm install @modzy/ modzy-sdk `
42
42
43
43
You can also install from Github:
44
44
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @modzy/modzy-sdk" ,
3
- "version" : " 1.0.2 " ,
3
+ "version" : " 1.0.4 " ,
4
4
"description" : " Javascript SDK for Modzy" ,
5
5
"main" : " dist/main.js" ,
6
6
"repository" : {
You can’t perform that action at this time.
0 commit comments