jourycms-sdk 1.0.7 → 1.0.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jourycms-sdk",
3
- "version": "1.0.7",
3
+ "version": "1.0.9",
4
4
  "description": "Sdk for Joury CMS",
5
5
  "main": "dist/index.js",
6
6
  "files": [
@@ -25,8 +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
- "publish": "npm publish",
29
- "pub": "yarn build && yarn push && yarn publish"
28
+ "publish": "yarn build && npm publish",
29
+ "pub": "yarn push && yarn publish"
30
30
  },
31
31
  "dependencies": {
32
32
  "axios": "^1.7.7",