mirror of
https://github.com/bitinflow/server.git
synced 2026-03-13 13:35:53 +00:00
package.json: move ws to dev deps
This commit is contained in:
@@ -21,12 +21,12 @@
|
||||
"on-finished": "2.2.0",
|
||||
"optimist": "0.6.1",
|
||||
"stackup": "0.0.5",
|
||||
"tldjs": "1.5.1",
|
||||
"ws": "0.6.5"
|
||||
"tldjs": "1.5.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"mocha": "2.0.1",
|
||||
"localtunnel": "1.8.0"
|
||||
"localtunnel": "1.8.0",
|
||||
"ws": "0.6.5"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha --ui qunit --reporter list -- test",
|
||||
|
||||
Reference in New Issue
Block a user