diff --git a/package.json b/package.json index ed152a0..f567410 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,13 @@ { "name": "roadmap-ui", "description": "Roadmap UI is a collection of accessible, customizable, performant and open source components for building interactive roadmaps built on shadcn/ui.", - "version": "1.0.0", + "version": "1.0.2", "bin": { "roadmap-ui": "scripts/init.js" }, - "files": ["scripts/init.js"], + "files": [ + "scripts/init.js" + ], "scripts": { "build": "next build", "dev": "next dev --turbo",