jourycms-sdk 1.1.10 → 1.1.11
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "jourycms-sdk",
|
3
|
-
"version": "1.1.
|
3
|
+
"version": "1.1.11",
|
4
4
|
"description": "Sdk for Joury CMS",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"files": [
|
@@ -25,7 +25,8 @@
|
|
25
25
|
"lint": "yarn lint:src && yarn lint:typing",
|
26
26
|
"lint:fix": "eslint ./src --fix",
|
27
27
|
"push": "git add . && git commit -m 'update' && git push",
|
28
|
-
"pub": "npm run build && npm run push && npm publish"
|
28
|
+
"pub": "npm run build && npm run push && npm publish",
|
29
|
+
"up": "npm version patch && npm publish"
|
29
30
|
},
|
30
31
|
"dependencies": {
|
31
32
|
"axios": "^1.7.7",
|