aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/package.json
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2016-07-19 16:45:07 +0200
committerChocobozzz <florian.bigard@gmail.com>2016-07-19 16:45:07 +0200
commita64668c024c84f2b0a01357d05092064f17ffd4e (patch)
tree14992a54b593d172fb45612ccf2db81ac02218f7 /client/package.json
parentf9f5478ca0778d0f64495bb05e19907582326fd1 (diff)
downloadPeerTube-a64668c024c84f2b0a01357d05092064f17ffd4e.tar.gz
PeerTube-a64668c024c84f2b0a01357d05092064f17ffd4e.tar.zst
PeerTube-a64668c024c84f2b0a01357d05092064f17ffd4e.zip
Client: try to make it work with Android Firefox
Diffstat (limited to 'client/package.json')
-rw-r--r--client/package.json8
1 files changed, 2 insertions, 6 deletions
diff --git a/client/package.json b/client/package.json
index 4bd057d00..2dfc0c659 100644
--- a/client/package.json
+++ b/client/package.json
@@ -39,6 +39,8 @@
39 "es6-shim": "^0.35.0", 39 "es6-shim": "^0.35.0",
40 "file-loader": "^0.8.5", 40 "file-loader": "^0.8.5",
41 "html-webpack-plugin": "^2.19.0", 41 "html-webpack-plugin": "^2.19.0",
42 "ie-shim": "^0.1.0",
43 "intl": "^1.2.4",
42 "json-loader": "^0.5.4", 44 "json-loader": "^0.5.4",
43 "ng2-bootstrap": "1.0.16", 45 "ng2-bootstrap": "1.0.16",
44 "ng2-file-upload": "^1.0.3", 46 "ng2-file-upload": "^1.0.3",
@@ -66,11 +68,5 @@
66 "devDependencies": { 68 "devDependencies": {
67 "codelyzer": "0.0.19", 69 "codelyzer": "0.0.19",
68 "standard": "^7.0.1" 70 "standard": "^7.0.1"
69 },
70 "standard": {
71 "ignore": [
72 "angular/",
73 "bundles/"
74 ]
75 } 71 }
76} 72}