diff --git a/apps/nt-stylesheet/scripts/init-tailwind.js b/apps/nt-stylesheet/bin/init-tailwind.js old mode 100755 new mode 100644 similarity index 100% rename from apps/nt-stylesheet/scripts/init-tailwind.js rename to apps/nt-stylesheet/bin/init-tailwind.js diff --git a/apps/nt-stylesheet/package.json b/apps/nt-stylesheet/package.json index 8eded42..9f0dcac 100644 --- a/apps/nt-stylesheet/package.json +++ b/apps/nt-stylesheet/package.json @@ -1,13 +1,13 @@ { "name": "nt-stylesheet", - "version": "1.1.5", + "version": "1.1.6", "description": "", "packageManager": "pnpm@9.0.5", "scripts": { "build": "pnpm vite build" }, "bin": { - "nt-stylesheet": "./scripts/init-tailwind.js" + "nt-stylesheet": "bin/init-tailwind.js" }, "engines": { "node": "20"