diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2018-12-20 17:59:55 +0100 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2019-01-09 15:02:00 +0100 |
commit | 5bf06a19a882d979b33d10529b3924d00e571c9c (patch) | |
tree | 7100bba6bc7309a8ce61c9fb0e3016f601460cb0 /package.json | |
parent | 6da13f82ff87f0bfe3b3741d35bff54a400acf2c (diff) | |
download | nextcloud-server-5bf06a19a882d979b33d10529b3924d00e571c9c.tar.gz nextcloud-server-5bf06a19a882d979b33d10529b3924d00e571c9c.zip |
Move vendored css ponyfill to npm
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index cb60d371b46..2bf4cefe0a3 100644 --- a/package.json +++ b/package.json @@ -31,6 +31,7 @@ "blueimp-md5": "^2.7.0", "bootstrap": "^3.3.7", "clipboard": "^1.7.1", + "css-vars-ponyfill": "^1.7.2", "davclient.js": "git+https://github.com/owncloud/davclient.js.git#0.1.2", "dompurify": "^1.0.4", "es6-shim": "^0.35.4", |