Skip to content

Commit

Permalink
Relative ref to bin file not needed; npm looks there by default (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
wbt authored Jan 23, 2022
1 parent 133423e commit 35baf39
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 @@ -9,7 +9,7 @@
"pretest": "npm run lint && npm run build",
"test": "nyc mocha test/*.test.js",
"report": "nyc report --reporter=lcov",
"build": "./node_modules/.bin/rimraf dist && babel *.js -d ./dist",
"build": "rimraf dist && babel *.js -d ./dist",
"prepublishOnly": "npm run build"
},
"repository": {
Expand Down

0 comments on commit 35baf39

Please sign in to comment.