We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c8c657 commit 50f3329Copy full SHA for 50f3329
1 file changed
package.json
@@ -9,16 +9,15 @@
9
"xmlhttprequest": "~1.7.0"
10
},
11
"devDependencies": {
12
- "argg": "0.0.1",
13
"istanbul": "^0.3.13",
14
"jshint": "^2.5.8",
15
"plato": "^1.4.0",
16
"tape": "^3.0.3",
17
"testling": "^1.7.1"
18
19
"scripts": {
20
- "test": "node node_modules/argg test/*.js && node node_modules/jshint/bin/jshint github.js test/*.js",
21
- "jshint": "node node_modules/jshint/bin/jshint github.js test/*.js"
+ "test": "tape test/*.js && npm run-script jshint",
+ "jshint": "jshint github.js test/"
22
23
"repository": {
24
"type": "git",
0 commit comments