chore(cli): bump version

This commit is contained in:
Ayo 2023-10-29 00:22:39 +02:00
parent a4dd2d0549
commit eb8f5baa49
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -3970,7 +3970,7 @@
},
"packages/cli": {
"name": "@mcflyjs/cli",
"version": "0.0.14",
"version": "0.0.15",
"license": "MIT",
"dependencies": {
"citty": "^0.1.4",
@ -4031,9 +4031,9 @@
}
},
"templates/basic/node_modules/@mcflyjs/cli": {
"version": "0.0.13",
"resolved": "https://registry.npmjs.org/@mcflyjs/cli/-/cli-0.0.13.tgz",
"integrity": "sha512-RaFR+PK4HW5ksSkjiQakJ/GLOYh/Vw89VZV897aHWRhDuesuOdYCWKIeny307gNX1SUS2JZmyPeM8bNBpLcsXg==",
"version": "0.0.14",
"resolved": "https://registry.npmjs.org/@mcflyjs/cli/-/cli-0.0.14.tgz",
"integrity": "sha512-pJiob4D4W/8hN1wNiSuDzE9W/j7yTDJucGss5IBtO/7XzTkgpNHU5ThXLExnlnI20GIrmeR3R9A+5vJ7JnMYyA==",
"dependencies": {
"citty": "^0.1.4",
"consola": "^3.2.3",

View file

@ -1,6 +1,6 @@
{
"name": "@mcflyjs/cli",
"version": "0.0.14",
"version": "0.0.15",
"description": "McFly CLI tools",
"type": "module",
"main": "index.js",