aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2017-02-10 11:03:03 +0100
committerChocobozzz <florian.bigard@gmail.com>2017-02-10 11:03:03 +0100
commitc70e0710b39b45e1b8b2d043e3d94f59df16b8a8 (patch)
tree955418cecbd6885a7c29700af689091cffe0bb67 /package.json
parenta17bc2c34e79c144b7e71ff903c16c2e68371b48 (diff)
downloadPeerTube-c70e0710b39b45e1b8b2d043e3d94f59df16b8a8.tar.gz
PeerTube-c70e0710b39b45e1b8b2d043e3d94f59df16b8a8.tar.zst
PeerTube-c70e0710b39b45e1b8b2d043e3d94f59df16b8a8.zip
Update modules
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
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": {