zuby 1.0.0 → 1.0.1
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 +3 -1
package/package.json
CHANGED
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "zuby",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "The Preact Framework for building SPA apps using Vite",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "index.mjs",
|
|
7
7
|
"scripts": {
|
|
8
|
+
"release": "NODE_AUTH_TOKEN=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 && npm publish --access public ./dist/ ",
|
|
9
|
+
"bump-version": "npm version patch",
|
|
8
10
|
"build": "rm -rf dist/ && mkdir dist && cp -rf src/* package.json dist/",
|
|
9
11
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
10
12
|
},
|