We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83e5dc7 commit aeb4d3fCopy full SHA for aeb4d3f
packages/baseline-browser-mapping/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "baseline-browser-mapping",
3
- "version": "2.0.0-beta.2",
+ "version": "2.0.0",
4
"description": "A library for obtaining browser versions with their maximum supported Baseline feature set and Widely Available status.",
5
"exports": {
6
".": "./dist/index.js"
@@ -24,5 +24,9 @@
24
"devDependencies": {
25
"@types/node": "^22.13.5",
26
"typescript": "^5.7.2"
27
+ },
28
+ "repository": {
29
+ "type": "git",
30
+ "url": "git+https://github.com/tonypconway/web-features/tree/main/packages/baseline-browser-mapping"
31
}
32
0 commit comments