diff options
Diffstat (limited to 'client')
-rw-r--r-- | client/package.json | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/client/package.json b/client/package.json index bfdfe5574..670697b0f 100644 --- a/client/package.json +++ b/client/package.json | |||
@@ -13,11 +13,9 @@ | |||
13 | "url": "git://github.com/Chocobozzz/PeerTube.git" | 13 | "url": "git://github.com/Chocobozzz/PeerTube.git" |
14 | }, | 14 | }, |
15 | "scripts": { | 15 | "scripts": { |
16 | "typings": "typings", | ||
17 | "postinstall": "typings install", | 16 | "postinstall": "typings install", |
18 | "test": "standard && tslint -c ./tslint.json angular/**/*.ts", | 17 | "test": "standard && tslint -c ./tslint.json src/**/*.ts", |
19 | "build": "webpack --config config/webpack.dev.js --progress --profile --colors --display-error-details --display-cached", | 18 | "webpack": "webpack" |
20 | "watch": "npm run build -- --watch" | ||
21 | }, | 19 | }, |
22 | "license": "GPLv3", | 20 | "license": "GPLv3", |
23 | "dependencies": { | 21 | "dependencies": { |