Skip to content

Commit d6f15a8

Browse files
committed
fix dependencies issue
1 parent 4f07858 commit d6f15a8

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,14 @@
2020
"refresh-static": "npx tsx scripts/refresh-static.ts"
2121
},
2222
"license": "Apache-2.0",
23+
"dependencies": {
24+
"@mdn/browser-compat-data": "^6.0.13",
25+
"web-features": "^2.34.2"
26+
},
2327
"devDependencies": {
2428
"@types/node": "^22.15.17",
2529
"prettier": "^3.5.3",
26-
"typescript": "^5.7.2",
27-
"@mdn/browser-compat-data": "^6.0.13",
28-
"web-features": "^2.34.2"
30+
"typescript": "^5.7.2"
2931
},
3032
"repository": "git+https://github.com/web-platform-dx/baseline-browser-mapping.git"
3133
}

0 commit comments

Comments
 (0)