@ghini/xstart 25.8.10143454 → 25.8.24084529
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 -2
package/package.json
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ghini/xstart",
|
|
3
|
-
"version": "25.8.
|
|
3
|
+
"version": "25.8.24084529",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "node ./build.js",
|
|
6
|
-
"pub": "npm run build && npm publish && git add . && git commit -m 'update' && git push"
|
|
6
|
+
"pub": "npm run build && npm publish && git add . && git commit -m 'update' && git push",
|
|
7
|
+
"update": "npm cache clean --force&&npm update"
|
|
7
8
|
},
|
|
8
9
|
"exports": {
|
|
9
10
|
".": {
|