@ghini/xstart 26.1.3131540 β†’ 26.1.3144738

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
@@ -28,6 +28,7 @@ pnpm import
28
28
  Remove-Item -Recurse -Force node_modules
29
29
  Remove-Item package-lock.json
30
30
  pnpm i
31
+ pnpm tsc --watch
31
32
  ```
32
33
 
33
34
  ## πŸ“¦ εˆ›ε»Ίζ–°εΊ“
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ghini/xstart",
3
- "version": "26.1.3131540",
3
+ "version": "26.1.3144738",
4
4
  "exports": {
5
5
  ".": {
6
6
  "import": "./dist/index.js",