diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 5a9e943c3..0d650ddeb 100644 --- a/package.json +++ b/package.json | |||
@@ -71,14 +71,14 @@ | |||
71 | "scripty": "^1.5.0", | 71 | "scripty": "^1.5.0", |
72 | "sequelize": "^3.27.0", | 72 | "sequelize": "^3.27.0", |
73 | "winston": "^2.1.1", | 73 | "winston": "^2.1.1", |
74 | "ws": "^1.1.1" | 74 | "ws": "^2.0.0" |
75 | }, | 75 | }, |
76 | "devDependencies": { | 76 | "devDependencies": { |
77 | "chai": "^3.3.0", | 77 | "chai": "^3.3.0", |
78 | "commander": "^2.9.0", | 78 | "commander": "^2.9.0", |
79 | "mocha": "^3.0.1", | 79 | "mocha": "^3.0.1", |
80 | "standard": "^8.0.0", | 80 | "standard": "^8.0.0", |
81 | "supertest": "^2.0.0", | 81 | "supertest": "^3.0.0", |
82 | "webtorrent": "^0.98.0" | 82 | "webtorrent": "^0.98.0" |
83 | }, | 83 | }, |
84 | "standard": { | 84 | "standard": { |