@ghini/xstart 25.8.9172246 → 25.8.9172416

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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -14,4 +14,5 @@ git init
14
14
  git branch -M xstart
15
15
  git remote add origin https://github.com/xghini/mynpm.git
16
16
  git push -u origin xstart
17
+ npm run pub
17
18
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ghini/xstart",
3
- "version": "25.8.9172246",
3
+ "version": "25.8.9172416",
4
4
  "scripts": {
5
5
  "build": "node ./build.js",
6
6
  "pub": "npm run build && npm publish && git add . && git commit -m 'update' && git push"