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-lock.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-lock.json')
-rw-r--r-- | package-lock.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/package-lock.json b/package-lock.json index a4600de2ecd..e822e14322c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1756,6 +1756,11 @@ } } }, + "css-vars-ponyfill": { + "version": "1.7.2", + "resolved": "https://registry.npmjs.org/css-vars-ponyfill/-/css-vars-ponyfill-1.7.2.tgz", + "integrity": "sha512-RpLdL58aY3/k7pACmfTttNKjJF9o3SFfX9chfWRYZx4WY1PdTRTC8glrmW2AybYvGzKtjVde3kocpDy/QuhuwQ==" + }, "cssesc": { "version": "0.1.0", "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-0.1.0.tgz", |