aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/package.json
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-05-15 17:08:31 +0200
committerChocobozzz <me@florianbigard.com>2018-05-16 09:42:56 +0200
commit17c49e60b367868c80f44b9921793dc3a2d9adaa (patch)
treee17c8d85b7a4301a58a907b6053660c5a6a6f87b /client/package.json
parent4935a6a1fd38a31c42d1ae8b1e03aa40c475a89c (diff)
downloadPeerTube-17c49e60b367868c80f44b9921793dc3a2d9adaa.tar.gz
PeerTube-17c49e60b367868c80f44b9921793dc3a2d9adaa.tar.zst
PeerTube-17c49e60b367868c80f44b9921793dc3a2d9adaa.zip
Add patch for angular cli 6
Diffstat (limited to 'client/package.json')
-rw-r--r--client/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/package.json b/client/package.json
index cd975dd0b..58ce7f65d 100644
--- a/client/package.json
+++ b/client/package.json
@@ -17,7 +17,7 @@
17 "webpack": "webpack", 17 "webpack": "webpack",
18 "tslint": "tslint", 18 "tslint": "tslint",
19 "ng": "ng", 19 "ng": "ng",
20 "postinstall": "npm rebuild node-sass", 20 "postinstall": "npm rebuild node-sass && node angular-cli-patch.js",
21 "webpack-bundle-analyzer": "webpack-bundle-analyzer" 21 "webpack-bundle-analyzer": "webpack-bundle-analyzer"
22 }, 22 },
23 "license": "GPLv3", 23 "license": "GPLv3",