Skip to content

Commit

Permalink
revert package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Courey committed Jun 14, 2024
1 parent df58b89 commit b528592
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,11 @@
],
"type": "module",
"files": [
"index.js",
"launchSearch.js"
"index.js"
],
"scripts": {
"prepare:husky": "husky install",
"prepare:esbuild": "esbuild index.ts --bundle --packages=external --outdir=. --platform=node --format=esm --tree-shaking=true",
"prepare:esbuild": "esbuild index.ts --bundle --packages=external --outfile=index.js --platform=node --format=esm --tree-shaking=true",
"prepare": "run-p prepare:*"
},
"engines": {
Expand Down

0 comments on commit b528592

Please sign in to comment.