mirror of
https://github.com/pure-css/pure.git
synced 2024-11-07 21:34:24 +00:00
feat: update browserslist to > 1%
This commit is contained in:
parent
e5b0a01b90
commit
91ad930165
30
package-lock.json
generated
30
package-lock.json
generated
@ -835,15 +835,6 @@
|
||||
"url": "https://opencollective.com/browserslist"
|
||||
}
|
||||
},
|
||||
"node_modules/autoprefixer/node_modules/caniuse-lite": {
|
||||
"version": "1.0.30001316",
|
||||
"dev": true,
|
||||
"license": "CC-BY-4.0",
|
||||
"funding": {
|
||||
"type": "opencollective",
|
||||
"url": "https://opencollective.com/browserslist"
|
||||
}
|
||||
},
|
||||
"node_modules/autoprefixer/node_modules/electron-to-chromium": {
|
||||
"version": "1.4.83",
|
||||
"dev": true,
|
||||
@ -1042,13 +1033,20 @@
|
||||
}
|
||||
},
|
||||
"node_modules/caniuse-lite": {
|
||||
"version": "1.0.30001242",
|
||||
"version": "1.0.30001425",
|
||||
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001425.tgz",
|
||||
"integrity": "sha512-/pzFv0OmNG6W0ym80P3NtapU0QEiDS3VuYAZMGoLLqiC7f6FJFe1MjpQDREGApeenD9wloeytmVDj+JLXPC6qw==",
|
||||
"dev": true,
|
||||
"license": "CC-BY-4.0",
|
||||
"funding": {
|
||||
"funding": [
|
||||
{
|
||||
"type": "opencollective",
|
||||
"url": "https://opencollective.com/browserslist"
|
||||
},
|
||||
{
|
||||
"type": "tidelift",
|
||||
"url": "https://tidelift.com/funding/github/npm/caniuse-lite"
|
||||
}
|
||||
]
|
||||
},
|
||||
"node_modules/chalk": {
|
||||
"version": "2.4.2",
|
||||
@ -8431,10 +8429,6 @@
|
||||
"picocolors": "^1.0.0"
|
||||
}
|
||||
},
|
||||
"caniuse-lite": {
|
||||
"version": "1.0.30001316",
|
||||
"dev": true
|
||||
},
|
||||
"electron-to-chromium": {
|
||||
"version": "1.4.83",
|
||||
"dev": true
|
||||
@ -8559,7 +8553,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"caniuse-lite": {
|
||||
"version": "1.0.30001242",
|
||||
"version": "1.0.30001425",
|
||||
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001425.tgz",
|
||||
"integrity": "sha512-/pzFv0OmNG6W0ym80P3NtapU0QEiDS3VuYAZMGoLLqiC7f6FJFe1MjpQDREGApeenD9wloeytmVDj+JLXPC6qw==",
|
||||
"dev": true
|
||||
},
|
||||
"chalk": {
|
||||
|
@ -56,11 +56,7 @@
|
||||
"jamesalley <manalagi001@yahoo.com>"
|
||||
],
|
||||
"license": "BSD-3-Clause",
|
||||
"browserslist": [
|
||||
"last 2 versions",
|
||||
"iOS >= 12",
|
||||
"Android >= 6"
|
||||
],
|
||||
"browserslist": "> 1%",
|
||||
"husky": {
|
||||
"hooks": {
|
||||
"pre-commit": "npm test"
|
||||
|
Loading…
Reference in New Issue
Block a user