starship-butler-utils 0.4.2 → 0.4.3
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/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "starship-butler-utils",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.4.
|
|
4
|
+
"version": "0.4.3",
|
|
5
5
|
"description": "Utils used by starship butler.",
|
|
6
6
|
"author": "Lumirelle <shabbyacc@outlook.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"dev": "bun run -b tsdown --watch",
|
|
32
32
|
"build": "bun run -b tsdown",
|
|
33
33
|
"prepublishOnly": "bun run build",
|
|
34
|
-
"publish": "npm publish --access public"
|
|
34
|
+
"do-publish": "npm publish --access public"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"ansis": "catalog:prod",
|