Skip to content

Commit dd26955

Browse files
author
pemrouz
committed
test: simplify and update
1 parent f7f1b9d commit dd26955

File tree

2 files changed

+184
-163
lines changed

2 files changed

+184
-163
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"browserify": "*",
2727
"chai": "*",
2828
"coveralls": "*",
29+
"feign": "^1.0.1",
2930
"istanbul": "*",
3031
"mocha": "*",
3132
"mocha-lcov-reporter": "*",
@@ -41,8 +42,9 @@
4142
"uglify-js": "*"
4243
},
4344
"dependencies": {
44-
"socket.io-client": "*",
45+
"express": "^4.14.0",
4546
"socket.io": "*",
47+
"socket.io-client": "*",
4648
"utilise": "*"
4749
}
4850
}

0 commit comments

Comments
 (0)