summaryrefslogtreecommitdiffstats
path: root/bower.json
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2018-11-06 17:49:22 +0100
committerJulius Härtl <jus@bitgrid.net>2018-11-07 11:14:18 +0100
commit2ba519a5d4c6ec9c216654a28e3e190943b85d4f (patch)
tree839e431b95d69eafce1ca72f6d0c5b054d9e1c6a /bower.json
parentc26d847d19c967aa5bc99f9bc15c27c7e95ee55f (diff)
downloadnextcloud-server-2ba519a5d4c6ec9c216654a28e3e190943b85d4f.tar.gz
nextcloud-server-2ba519a5d4c6ec9c216654a28e3e190943b85d4f.zip
Add es6-shim as polyfill and minify underscore.js
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'bower.json')
-rw-r--r--bower.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/bower.json b/bower.json
index 74a1749f131..45774fff147 100644
--- a/bower.json
+++ b/bower.json
@@ -20,7 +20,6 @@
"bootstrap": "3.3.7",
"clipboard": "1.7.1",
"davclient.js": "https://github.com/evert/davclient.js.git#0.1.2",
- "es6-promise": "https://github.com/jakearchibald/es6-promise.git#2.3.0",
"handlebars": "4.0.5",
"jcrop": "0.9.12",
"jquery": "2.1.4",
@@ -33,6 +32,7 @@
"snapjs": "2.0.0-rc1",
"strengthify": "0.5.5",
"underscore": "1.8.3",
- "zxcvbn": "4.4.2"
+ "zxcvbn": "4.4.2",
+ "es6-shim": "^0.35.4"
}
}