Skip to content

Commit d6673ed

Browse files
committed
Remove node_module/.bin prefix in package.json
1 parent 750a0af commit d6673ed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
}
4949
],
5050
"scripts": {
51-
"test": "node_modules/.bin/grunt travis",
52-
"unit-test": "node_modules/.bin/grunt test",
53-
"lint": "node_modules/.bin/grunt lint",
51+
"test": "grunt travis",
52+
"unit-test": "grunt test",
53+
"lint": "grunt lint",
5454
"release": "node tools/release.js",
5555
"build": "(echo '// Generated by browserify'; ./node_modules/.bin/browserify -i source-map tools/entry-point.js) > escodegen.browser.js"
5656
}

0 commit comments

Comments
 (0)