From 21199065fd8cf3862661c86f4a7655a43f3a31b1 Mon Sep 17 00:00:00 2001 From: Favour Emeka Date: Thu, 30 Jan 2025 18:49:55 +0100 Subject: [PATCH] 1.0.10 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6eedde7..bcaa614 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@types/node": "^22.10.1", "typescript": "^5.7.2" }, - "version": "1.0.9" + "version": "1.0.10" }, "node_modules/@inquirer/checkbox": { "version": "4.0.2", @@ -572,5 +572,5 @@ } } }, - "version": "1.0.9" + "version": "1.0.10" } diff --git a/package.json b/package.json index 06d51b7..3672e9b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@favorodera/nuxt-starter", - "version": "1.0.9", + "version": "1.0.10", "description": "Scaffolding tool thats enables you to create your Nuxt projects on the GO", "author": { "name": "Favour Emeka",