Skip to content

Commit bc9b0a7

Browse files
committed
use binary directly
1 parent 52985c0 commit bc9b0a7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/@tailwindcss-upgrade/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@
1515
"build": "tsup-node",
1616
"dev": "pnpm run build -- --watch"
1717
},
18-
"bin": {
19-
"tailwindcss-upgrade": "./dist/index.mjs"
20-
},
18+
"bin": "./dist/index.mjs",
2119
"exports": {
2220
"./package.json": "./package.json"
2321
},

0 commit comments

Comments
 (0)