Skip to content

Commit

Permalink
add main
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotBraem committed Mar 23, 2024
1 parent c4e53ff commit 7d665cb
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 @@ -7,7 +7,6 @@
"bw": "./bin/bw.js"
},
"scripts": {
"prepublish": "npm run build",
"build": "tsc && tsc-alias",
"dev": "watch 'npm run build' lib",
"test": "jest",
Expand All @@ -20,6 +19,7 @@
"gateway/dist/*"
],
"keywords": [],
"main": "./bin/bw.js",
"author": "",
"license": "ISC",
"dependencies": {
Expand Down

0 comments on commit 7d665cb

Please sign in to comment.