@ghini/xstart 26.1.5160940 → 26.1.5211744

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
@@ -25,6 +25,7 @@ pnpm i
25
25
 
26
26
  ```bash
27
27
  git clone -b xstart git@github.com:xghini/mynpm.git
28
+ mv mynpm xstart&&cd xstart
28
29
  rm -rf .git
29
30
  Remove-Item -Recurse -Force .git
30
31
  git init
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ghini/xstart",
3
- "version": "26.1.5160940",
3
+ "version": "26.1.5211744",
4
4
  "type": "module",
5
5
  "author": "Ghini",
6
6
  "license": "MIT",