diff --git a/package-lock.json b/package-lock.json index dd3d283..ba1d11f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/packages/cli/index.mjs b/packages/cli/index.js similarity index 100% rename from packages/cli/index.mjs rename to packages/cli/index.js diff --git a/packages/cli/package.json b/packages/cli/package.json index 4082dc9..f9d71d2 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -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"