We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f07858 commit d6f15a8Copy full SHA for d6f15a8
package.json
@@ -20,12 +20,14 @@
20
"refresh-static": "npx tsx scripts/refresh-static.ts"
21
},
22
"license": "Apache-2.0",
23
+ "dependencies": {
24
+ "@mdn/browser-compat-data": "^6.0.13",
25
+ "web-features": "^2.34.2"
26
+ },
27
"devDependencies": {
28
"@types/node": "^22.15.17",
29
"prettier": "^3.5.3",
- "typescript": "^5.7.2",
- "@mdn/browser-compat-data": "^6.0.13",
- "web-features": "^2.34.2"
30
+ "typescript": "^5.7.2"
31
32
"repository": "git+https://github.com/web-platform-dx/baseline-browser-mapping.git"
33
}
0 commit comments