@simon_he/pi 0.0.20 → 0.0.22
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/README.md +1 -1
- package/cli.mjs +1 -1
- package/dist/index.cjs +61 -9
- package/dist/index.d.ts +2 -13
- package/dist/index.js +61 -9
- package/package.json +9 -8
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
## :lollipop: PI
|
|
7
7
|
|
|
8
|
-
A smart package manager with a custom loading style, which makes you install dependencies more beautifully :)
|
|
8
|
+
A smart package manager with a custom loading style, which makes you install dependencies more beautifully :), and can fuzzy match and find deep-level instructions
|
|
9
9
|
|
|
10
10
|
## :rocket: Smart package manager
|
|
11
11
|
|
package/cli.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node --no-warnings
|
|
2
|
-
import('./dist/index.
|
|
2
|
+
import('./dist/index.cjs')
|