Skip to content

Commit

Permalink
NPM was complaining about this
Browse files Browse the repository at this point in the history
  • Loading branch information
julianrojas87 authored and ajuvercr committed Feb 6, 2024
1 parent a940afe commit 592d84b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"types": "./dist/index.d.ts",
"bin": {
"js-runner": "./bin/bundle.mjs"
"js-runner": "bin/bundle.mjs"
},
"scripts": {
"build": "tsc && bun build ./bin/js-runner.js --outfile bin/bundle.mjs --target node && npm run build:recompose",
Expand Down

0 comments on commit 592d84b

Please sign in to comment.