law-common 11.0.6-beta.6 → 11.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +4 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "law-common",
|
|
3
|
-
"version": "11.0.
|
|
3
|
+
"version": "11.0.7",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"files": [
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"publish:beta:link": "npm run build && npm version prerelease --preid beta && git push && npm publish --tag beta && npm run link",
|
|
14
14
|
"publish:patch": "npm version patch && git push && npm run build && npm publish",
|
|
15
15
|
"publish:minor": "npm version minor && git push && npm run build && npm publish",
|
|
16
|
-
"publish:major": "npm
|
|
16
|
+
"publish:major": "npm verYsion major && git push && npm run build && npm publish",
|
|
17
17
|
"link": "npm run build && npm link",
|
|
18
18
|
"test": "jest",
|
|
19
19
|
"format": "prettier --write .",
|
|
@@ -21,7 +21,8 @@
|
|
|
21
21
|
"pull:link": "git pull && npm run link",
|
|
22
22
|
"check-version": "npm view law-common versions --json | jq -r '.[-1]'",
|
|
23
23
|
"script:publish": "node scripts/publish.js",
|
|
24
|
-
"script:publish:latest:beta": "npm run build && node scripts/publish.js prerelease beta && git push"
|
|
24
|
+
"script:publish:latest:beta": "npm run build && node scripts/publish.js prerelease beta && git push",
|
|
25
|
+
"script:publish:latest:patch": "npm run build && node scripts/publish.js patch && git push"
|
|
25
26
|
},
|
|
26
27
|
"keywords": [],
|
|
27
28
|
"author": "",
|