diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2019-01-10 16:56:18 +0100 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2019-01-14 12:08:46 +0100 |
commit | 07760b83fcf8778abaabedef290ccb166793fc26 (patch) | |
tree | 115f91ac6f044286d075a08709bc3fb65363c804 /package.json | |
parent | 2e03cb01f019235bb47746567cd4a0892de21b7f (diff) | |
download | nextcloud-server-07760b83fcf8778abaabedef290ccb166793fc26.tar.gz nextcloud-server-07760b83fcf8778abaabedef290ccb166793fc26.zip |
Use @babel/polyfill instead of es6-shim
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package.json b/package.json index 084c7676cea..3a8df49280d 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,7 @@ ], "license": "AGPL-3.0-or-later", "dependencies": { + "@babel/polyfill": "^7.2.5", "Select2": "git+https://github.com/select2/select2.git#3.4.8", "autosize": "^4.0.2", "backbone": "^1.3.3", @@ -29,7 +30,6 @@ "css-vars-ponyfill": "^1.16.2", "davclient.js": "git+https://github.com/owncloud/davclient.js.git#0.1.2", "dompurify": "^1.0.4", - "es6-shim": "^0.35.4", "handlebars": "^4.0.5", "jcrop": "git+https://github.com/ChristophWurst/Jcrop.git#v0.9.12-npm", "jquery": "^2.1.4", @@ -45,7 +45,6 @@ "devDependencies": { "@babel/core": "^7.2.2", "@babel/plugin-syntax-dynamic-import": "^7.2.0", - "@babel/polyfill": "^7.2.5", "@babel/preset-env": "^7.2.0", "babel-loader": "^8.0.5", "css-loader": "^2.1.0", |