@claspo/common 6.0.7 → 6.0.8-rc
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/README.md +5 -0
- package/package.json +3 -3
package/README.md
ADDED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@claspo/common",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.8-rc",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"engines": {
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"build": "rm -rf out && tsc --project tsconfig.json && npm run minify",
|
|
24
24
|
"minify": "find out -name '*.js' ! -name '*.d.js' -exec terser {} --compress --mangle --output {} \\;",
|
|
25
25
|
"dev": " tsc --project tsconfig.json --watch",
|
|
26
|
-
"package": "npm i && npm run test && npm run build && cp package.json out && cd out && npm publish --access=public && cd .."
|
|
26
|
+
"package": "npm i && npm run test && npm run build && cp package.json README.md out && cd out && npm publish --access=public && cd .."
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"velocityjs": "2.0.6"
|
|
@@ -40,5 +40,5 @@
|
|
|
40
40
|
},
|
|
41
41
|
"author": "alex-chernysh",
|
|
42
42
|
"license": "",
|
|
43
|
-
"homepage": "https://claspo.io/"
|
|
43
|
+
"homepage": "https://docs.claspo.io/docs/claspocommon"
|
|
44
44
|
}
|