law-common 11.0.6-beta.4 → 11.0.6-beta.6
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 +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "law-common",
|
|
3
|
-
"version": "11.0.6-beta.
|
|
3
|
+
"version": "11.0.6-beta.6",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"files": [
|
|
@@ -21,7 +21,7 @@
|
|
|
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
25
|
},
|
|
26
26
|
"keywords": [],
|
|
27
27
|
"author": "",
|