create-minista 3.1.2 → 3.1.4
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": "create-minista",
|
|
3
3
|
"description": "Scaffolding for minista projects",
|
|
4
|
-
"version": "3.1.
|
|
4
|
+
"version": "3.1.4",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
7
7
|
"create-minista": "./bin/create-minista.js"
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"build:src": "tsx ../../scripts/build-sources.ts",
|
|
47
47
|
"build:type": "tsc",
|
|
48
48
|
"clean": "rimraf ./dist",
|
|
49
|
-
"prepublishOnly": "npm run
|
|
49
|
+
"prepublishOnly": "npm run build"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
52
|
"cac": "^6.7.14",
|