From edb9c2011e22416b664d1fdc691b617dbc0398e8 Mon Sep 17 00:00:00 2001 From: Arina Yakovenko Date: Fri, 5 Jul 2024 14:29:11 +0200 Subject: [PATCH] some changes --- package.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 327adc0..9b92237 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,7 @@ { - "name": "nuxt-app", - "private": true, + "name": "nuxt3-reusable-components", + "version": "1.0.0", + "private": false, "type": "module", "scripts": { "build": "nuxt build", @@ -25,4 +26,4 @@ "@nuxtjs/color-mode": "^3.4.2", "tailwindcss": "^3.4.4" } -} +} \ No newline at end of file