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