Skip to content

Commit a51b062

Browse files
committed
[minor] Remove duplicate dependencies and cleanup of the scripts
1 parent 8269eca commit a51b062

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

package.json

+7-9
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"yawnt <[email protected]>",
88
"indexzero <[email protected]>"
99
],
10-
11-
"main" : "index.js",
10+
11+
"main" : "index.js",
1212

1313
"dependencies" : {
1414
"eventemitter2" : "*"
@@ -22,19 +22,17 @@
2222
"blanket" : "*",
2323
"ws" : "*",
2424
"socket.io" : "*",
25-
"socket.io-client" : "*",
26-
"coveralls" : "*",
27-
"mocha-lcov-reporter": "*"
25+
"socket.io-client" : "*"
2826
},
2927
"scripts" : {
3028
"coveralls" : "mocha --require blanket --reporter mocha-lcov-reporter | ./node_modules/coveralls/bin/coveralls.js",
3129
"blanket" : { "pattern": "lib/http-proxy" },
32-
"test" : "./node_modules/.bin/mocha -R landing test/*-test.js",
33-
"test-cov" : "./node_modules/.bin/mocha --require blanket -R html-cov > cov/coverage.html"
30+
"test" : "mocha -R landing test/*-test.js",
31+
"test-cov" : "mocha --require blanket -R html-cov > cov/coverage.html"
3432
},
3533

36-
"engines" : {
37-
"node" : ">=0.10.0"
34+
"engines" : {
35+
"node" : ">=0.10.0"
3836
},
3937

4038
"license" : "MIT"

0 commit comments

Comments
 (0)