chore: try file type fix for vercel

This commit is contained in:
Ayo 2023-10-26 22:27:31 +02:00
parent 969a9ddd76
commit c1befc44d8
3 changed files with 8 additions and 8 deletions

10
package-lock.json generated
View file

@ -3970,7 +3970,7 @@
},
"packages/cli": {
"name": "@mcflyjs/cli",
"version": "0.0.11",
"version": "0.0.12",
"license": "MIT",
"dependencies": {
"citty": "^0.1.4",
@ -3978,7 +3978,7 @@
"web-component-base": "latest"
},
"bin": {
"mcfly": "index.mjs"
"mcfly": "index.js"
}
},
"packages/config": {
@ -4031,9 +4031,9 @@
}
},
"templates/basic/node_modules/@mcflyjs/cli": {
"version": "0.0.10",
"resolved": "https://registry.npmjs.org/@mcflyjs/cli/-/cli-0.0.10.tgz",
"integrity": "sha512-Nhig+bnQbgwX5IYoIMYjZzdWsMAfPpwx0edzvgHdtU87zLcJsPU/k4PfXl6t/rIwLwviIieHyNqZlImlj289gA==",
"version": "0.0.11",
"resolved": "https://registry.npmjs.org/@mcflyjs/cli/-/cli-0.0.11.tgz",
"integrity": "sha512-Hcsm5WxV6m0KnrA+GWIfz3pNMPAzJ7Fd0sNXHpBQY+7B91LtOFhPLQ80up3OyeyadB0+bSVNSmWoTujCvkc67A==",
"dependencies": {
"citty": "^0.1.4",
"consola": "^3.2.3",

View file

@ -1,11 +1,11 @@
{
"name": "@mcflyjs/cli",
"version": "0.0.11",
"version": "0.0.12",
"description": "McFly CLI tools",
"type": "module",
"main": "index.mjs",
"main": "index.js",
"bin": {
"mcfly": "./index.mjs"
"mcfly": "./index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"