diff options
author | Chocobozzz <me@florianbigard.com> | 2018-02-22 10:41:36 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-02-22 10:42:26 +0100 |
commit | c2ff22015eccfe6f62fc2a7db906cfcb0b4da187 (patch) | |
tree | 05f2e19311c3e6ac69bfcfbcde5bd0b6586a8c36 /client/package.json | |
parent | 00b5556c182fa70dfca17c517488b8afae6257c9 (diff) | |
download | PeerTube-c2ff22015eccfe6f62fc2a7db906cfcb0b4da187.tar.gz PeerTube-c2ff22015eccfe6f62fc2a7db906cfcb0b4da187.tar.zst PeerTube-c2ff22015eccfe6f62fc2a7db906cfcb0b4da187.zip |
Upgrade dependencies and remove standard
Diffstat (limited to 'client/package.json')
-rw-r--r-- | client/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/package.json b/client/package.json index e5fa02262..d961ee1db 100644 --- a/client/package.json +++ b/client/package.json | |||
@@ -13,8 +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 | "lint": "standard && tslint --project ./tsconfig.json -c ./tslint.json 'src/app/**/*.ts'", | 16 | "lint": "tslint --project ./tsconfig.json -c ./tslint.json 'src/app/**/*.ts'", |
17 | "webpack": "webpack", | 17 | "webpack": "webpack", |
18 | "tslint": "tslint", | ||
18 | "ng": "ng", | 19 | "ng": "ng", |
19 | "postinstall": "npm rebuild node-sass", | 20 | "postinstall": "npm rebuild node-sass", |
20 | "webpack-bundle-analyzer": "webpack-bundle-analyzer" | 21 | "webpack-bundle-analyzer": "webpack-bundle-analyzer" |
@@ -75,7 +76,6 @@ | |||
75 | "sanitize-html": "^1.16.3", | 76 | "sanitize-html": "^1.16.3", |
76 | "sass-loader": "^6.0.3", | 77 | "sass-loader": "^6.0.3", |
77 | "sass-resources-loader": "^1.2.1", | 78 | "sass-resources-loader": "^1.2.1", |
78 | "standard": "^10.0.0", | ||
79 | "tslint": "^5.7.0", | 79 | "tslint": "^5.7.0", |
80 | "tslint-config-standard": "^7.0.0", | 80 | "tslint-config-standard": "^7.0.0", |
81 | "typescript": "2.6", | 81 | "typescript": "2.6", |