Skip to content

Commit

Permalink
fix: npm
Browse files Browse the repository at this point in the history
  • Loading branch information
jaw52 committed Mar 2, 2023
1 parent 0eb161e commit 5d091f4
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 277 deletions.
3 changes: 2 additions & 1 deletion bin/transform-jsx.mjs
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
#!/usr/bin/env node
import '../dist/index.js'
'use strict'
import '../dist/index.mjs'
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}
},
"scripts": {
"build": "tsup",
"build": "unbuild",
"dev": "esno src/index.ts",
"prepublishOnly": "nr build",
"release": "bumpp && npm publish"
Expand Down Expand Up @@ -65,7 +65,6 @@
"esno": "^0.16.3",
"lint-staged": "^13.1.2",
"simple-git-hooks": "^2.8.1",
"tsup": "^6.6.3",
"typescript": "^4.9.5",
"unbuild": "^1.1.2"
},
Expand Down
Loading

0 comments on commit 5d091f4

Please sign in to comment.