aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/package.json
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2017-01-19 21:54:40 +0100
committerChocobozzz <florian.bigard@gmail.com>2017-01-19 21:54:40 +0100
commitcc3e2d9b7a433c92cb5d4ec8e1fada9f34d79f00 (patch)
treed9f82e495dd3ab31d4b363101594dfd818036547 /client/package.json
parentbe3bac3afb88560c0112aab92f64eef06f9d042d (diff)
downloadPeerTube-cc3e2d9b7a433c92cb5d4ec8e1fada9f34d79f00.tar.gz
PeerTube-cc3e2d9b7a433c92cb5d4ec8e1fada9f34d79f00.tar.zst
PeerTube-cc3e2d9b7a433c92cb5d4ec8e1fada9f34d79f00.zip
Client: add dll support
Diffstat (limited to 'client/package.json')
-rw-r--r--client/package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/client/package.json b/client/package.json
index 3137af680..ea458f1d4 100644
--- a/client/package.json
+++ b/client/package.json
@@ -85,7 +85,9 @@
85 "zone.js": "~0.7.2" 85 "zone.js": "~0.7.2"
86 }, 86 },
87 "devDependencies": { 87 "devDependencies": {
88 "add-asset-html-webpack-plugin": "^1.0.2",
88 "codelyzer": "2.0.0-beta.4", 89 "codelyzer": "2.0.0-beta.4",
89 "standard": "^8.0.0" 90 "standard": "^8.0.0",
91 "webpack-dll-bundles-plugin": "^1.0.0-beta.5"
90 } 92 }
91} 93}