Skip to content

Commit 4bca5a6

Browse files
committed
Fix 'browser-test' npm script
1 parent 438762d commit 4bca5a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"jscs": "jscs index.js test",
99
"validate": "npm run jshint && npm run jscs",
1010
"node-test": "browserify -t coverify test/test.js | node | coverify",
11-
"browser-test": "browserify -t coverify test/test.js | testling -x phantomjs | coverify",
11+
"browser-test": "browserify -t coverify test/test.js | testling | coverify",
1212
"cli-test": "test/cli.sh",
1313
"test": "npm run validate && npm run node-test && npm run cli-test"
1414
},

0 commit comments

Comments
 (0)