ohzi-core 11.0.3 → 11.0.4
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 -3
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ohzi-core",
|
|
3
3
|
"sideEffects": false,
|
|
4
|
-
"version": "11.0.
|
|
4
|
+
"version": "11.0.4",
|
|
5
5
|
"description": "OHZI Core Library",
|
|
6
6
|
"source": "src/index.js",
|
|
7
7
|
"module": "build/index.module.js",
|
|
@@ -17,8 +17,7 @@
|
|
|
17
17
|
"preinstall": "yarn config-hooks",
|
|
18
18
|
"config-hooks": "git config core.hooksPath git_hooks",
|
|
19
19
|
"build": "rollup -c",
|
|
20
|
-
"create-tag": "
|
|
21
|
-
"update-version": "echo \"v$npm_package_version\" > .version",
|
|
20
|
+
"create-tag": "node tasks/app/create_tag.mjs",
|
|
22
21
|
"fix-syntax": "standardx --fix",
|
|
23
22
|
"generate-types": "npx -p typescript tsc src/* --declaration --allowJs --emitDeclarationOnly --outDir types",
|
|
24
23
|
"upload": "yarn build && npm publish && yarn create-tag",
|