Skip to content

Commit 35baf39

Browse files
authored
Relative ref to bin file not needed; npm looks there by default (#80)
1 parent 133423e commit 35baf39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"pretest": "npm run lint && npm run build",
1010
"test": "nyc mocha test/*.test.js",
1111
"report": "nyc report --reporter=lcov",
12-
"build": "./node_modules/.bin/rimraf dist && babel *.js -d ./dist",
12+
"build": "rimraf dist && babel *.js -d ./dist",
1313
"prepublishOnly": "npm run build"
1414
},
1515
"repository": {

0 commit comments

Comments
 (0)