@ghini/xstart 25.8.6124323 → 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 +4 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -9,8 +9,10 @@
9
9
 
10
10
  ## 全屏替换xstart为新库名
11
11
  ```
12
+ Remove-Item -Recurse -Force .git
12
13
  git init
13
- git branch -M new_branch
14
+ git branch -M xstart
14
15
  git remote add origin https://github.com/xghini/mynpm.git
15
- git push -u origin new_branch
16
+ git push -u origin xstart
17
+ npm run pub
16
18
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ghini/xstart",
3
- "version": "25.8.6124323",
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"