Skip to content

Commit aeb4d3f

Browse files
committed
Preparing for 2.0.0 release
1 parent 83e5dc7 commit aeb4d3f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Diff for: packages/baseline-browser-mapping/package.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "baseline-browser-mapping",
3-
"version": "2.0.0-beta.2",
3+
"version": "2.0.0",
44
"description": "A library for obtaining browser versions with their maximum supported Baseline feature set and Widely Available status.",
55
"exports": {
66
".": "./dist/index.js"
@@ -24,5 +24,9 @@
2424
"devDependencies": {
2525
"@types/node": "^22.13.5",
2626
"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"
2731
}
2832
}

0 commit comments

Comments
 (0)