diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2019-06-18 10:13:01 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2019-06-19 10:41:10 +0200 |
commit | cfb64ae93e0c48c193ac971e310d59e49d09ab1a (patch) | |
tree | 33200340608f63e3a57c92d5f82b02a0dcbd312e /package-lock.json | |
parent | 3a0e4a192746e157c41453ff1892e7a415f72b49 (diff) | |
download | nextcloud-server-cfb64ae93e0c48c193ac971e310d59e49d09ab1a.tar.gz nextcloud-server-cfb64ae93e0c48c193ac971e310d59e49d09ab1a.zip |
Use shared browserslist config
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/package-lock.json b/package-lock.json index 62e30159709..fc3d61a43ef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1811,6 +1811,12 @@ "node-releases": "^1.1.19" } }, + "browserslist-config-nextcloud": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/browserslist-config-nextcloud/-/browserslist-config-nextcloud-0.0.1.tgz", + "integrity": "sha512-BUpPPPfE42jL2puSqfnsoOMoz6g+jqznoaoZmig4Kx1ULApBmM6iH+/7V1yblQz2PsOp39HET1byAB3h3h+kew==", + "dev": true + }, "buffer": { "version": "4.9.1", "resolved": "http://registry.npmjs.org/buffer/-/buffer-4.9.1.tgz", @@ -4778,7 +4784,7 @@ }, "minimist": { "version": "0.0.8", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz", + "resolved": "http://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz", "integrity": "sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=" }, "mississippi": { |