chore: try file type fix for vercel
This commit is contained in:
parent
969a9ddd76
commit
c1befc44d8
3 changed files with 8 additions and 8 deletions
10
package-lock.json
generated
10
package-lock.json
generated
|
@ -3970,7 +3970,7 @@
|
||||||
},
|
},
|
||||||
"packages/cli": {
|
"packages/cli": {
|
||||||
"name": "@mcflyjs/cli",
|
"name": "@mcflyjs/cli",
|
||||||
"version": "0.0.11",
|
"version": "0.0.12",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"citty": "^0.1.4",
|
"citty": "^0.1.4",
|
||||||
|
@ -3978,7 +3978,7 @@
|
||||||
"web-component-base": "latest"
|
"web-component-base": "latest"
|
||||||
},
|
},
|
||||||
"bin": {
|
"bin": {
|
||||||
"mcfly": "index.mjs"
|
"mcfly": "index.js"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"packages/config": {
|
"packages/config": {
|
||||||
|
@ -4031,9 +4031,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"templates/basic/node_modules/@mcflyjs/cli": {
|
"templates/basic/node_modules/@mcflyjs/cli": {
|
||||||
"version": "0.0.10",
|
"version": "0.0.11",
|
||||||
"resolved": "https://registry.npmjs.org/@mcflyjs/cli/-/cli-0.0.10.tgz",
|
"resolved": "https://registry.npmjs.org/@mcflyjs/cli/-/cli-0.0.11.tgz",
|
||||||
"integrity": "sha512-Nhig+bnQbgwX5IYoIMYjZzdWsMAfPpwx0edzvgHdtU87zLcJsPU/k4PfXl6t/rIwLwviIieHyNqZlImlj289gA==",
|
"integrity": "sha512-Hcsm5WxV6m0KnrA+GWIfz3pNMPAzJ7Fd0sNXHpBQY+7B91LtOFhPLQ80up3OyeyadB0+bSVNSmWoTujCvkc67A==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"citty": "^0.1.4",
|
"citty": "^0.1.4",
|
||||||
"consola": "^3.2.3",
|
"consola": "^3.2.3",
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
{
|
{
|
||||||
"name": "@mcflyjs/cli",
|
"name": "@mcflyjs/cli",
|
||||||
"version": "0.0.11",
|
"version": "0.0.12",
|
||||||
"description": "McFly CLI tools",
|
"description": "McFly CLI tools",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "index.mjs",
|
"main": "index.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
"mcfly": "./index.mjs"
|
"mcfly": "./index.js"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
|
|
Loading…
Reference in a new issue