v3 new release (#84)

swap to graphql
This commit is contained in:
github-actions[bot]
2022-07-11 13:48:02 -04:00
committed by GitHub
parent 20d2b4f98d
commit e4f3964f67
1492 changed files with 63799 additions and 63001 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "caniuse-lite",
"version": "1.0.30001302",
"version": "1.0.30001361",
"description": "A smaller version of caniuse-db, with only the essentials!",
"main": "dist/unpacker/index.js",
"files": [
@@ -20,9 +20,15 @@
"url": "http://beneb.info"
},
"repository": "browserslist/caniuse-lite",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/browserslist"
},
"funding": [
{
"type": "opencollective",
"url": "https://opencollective.com/browserslist"
},
{
"type": "tidelift",
"url": "https://tidelift.com/funding/github/npm/caniuse-lite"
}
],
"license": "CC-BY-4.0"
}