We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 133423e commit 35baf39Copy full SHA for 35baf39
package.json
@@ -9,7 +9,7 @@
9
"pretest": "npm run lint && npm run build",
10
"test": "nyc mocha test/*.test.js",
11
"report": "nyc report --reporter=lcov",
12
- "build": "./node_modules/.bin/rimraf dist && babel *.js -d ./dist",
+ "build": "rimraf dist && babel *.js -d ./dist",
13
"prepublishOnly": "npm run build"
14
},
15
"repository": {
0 commit comments