Skip to content

Commit

Permalink
feat: move init-tw to bin folder
Browse files Browse the repository at this point in the history
  • Loading branch information
khoilen committed Dec 18, 2024
1 parent 5f29b39 commit 9e61dab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions apps/nt-stylesheet/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "nt-stylesheet",
"version": "1.1.5",
"version": "1.1.6",
"description": "",
"packageManager": "[email protected]",
"scripts": {
"build": "pnpm vite build"
},
"bin": {
"nt-stylesheet": "./scripts/init-tailwind.js"
"nt-stylesheet": "bin/init-tailwind.js"
},
"engines": {
"node": "20"
Expand Down

0 comments on commit 9e61dab

Please sign in to comment.