We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 750a0af commit d6673edCopy full SHA for d6673ed
package.json
@@ -48,9 +48,9 @@
48
}
49
],
50
"scripts": {
51
- "test": "node_modules/.bin/grunt travis",
52
- "unit-test": "node_modules/.bin/grunt test",
53
- "lint": "node_modules/.bin/grunt lint",
+ "test": "grunt travis",
+ "unit-test": "grunt test",
+ "lint": "grunt lint",
54
"release": "node tools/release.js",
55
"build": "(echo '// Generated by browserify'; ./node_modules/.bin/browserify -i source-map tools/entry-point.js) > escodegen.browser.js"
56
0 commit comments