diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-06-05 21:53:49 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-06-05 21:53:49 +0200 |
commit | 4d4e5cd4dca78480ec7f40e747f424cd107376a4 (patch) | |
tree | 1b132aab503751ae0f4c8ee6c7595ad2d65f3a50 /package.json | |
parent | e02643f32e4c97ca307f8fc5b69be79c40d70a3b (diff) | |
download | PeerTube-4d4e5cd4dca78480ec7f40e747f424cd107376a4.tar.gz PeerTube-4d4e5cd4dca78480ec7f40e747f424cd107376a4.tar.zst PeerTube-4d4e5cd4dca78480ec7f40e747f424cd107376a4.zip |
require -> import
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index 118a0aef6..e7d0c39a4 100644 --- a/package.json +++ b/package.json | |||
@@ -71,6 +71,7 @@ | |||
71 | "scripty": "^1.5.0", | 71 | "scripty": "^1.5.0", |
72 | "sequelize": "4.0.0-2", | 72 | "sequelize": "4.0.0-2", |
73 | "typescript": "~2.2.0", | 73 | "typescript": "~2.2.0", |
74 | "validator": "^7.0.0", | ||
74 | "winston": "^2.1.1", | 75 | "winston": "^2.1.1", |
75 | "ws": "^2.0.0" | 76 | "ws": "^2.0.0" |
76 | }, | 77 | }, |
@@ -86,6 +87,7 @@ | |||
86 | "@types/node": "^7.0.18", | 87 | "@types/node": "^7.0.18", |
87 | "@types/request": "^0.0.43", | 88 | "@types/request": "^0.0.43", |
88 | "@types/sequelize": "^4.0.55", | 89 | "@types/sequelize": "^4.0.55", |
90 | "@types/validator": "^6.2.0", | ||
89 | "@types/winston": "^2.3.2", | 91 | "@types/winston": "^2.3.2", |
90 | "@types/ws": "^0.0.41", | 92 | "@types/ws": "^0.0.41", |
91 | "chai": "^3.3.0", | 93 | "chai": "^3.3.0", |