Skip to content

Commit b7f657c

Browse files
Add "repository" to package.json with directory (#2765)
Co-authored-by: Patrick Brosset <[email protected]>
1 parent 2810b28 commit b7f657c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

packages/compute-baseline/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
"name": "compute-baseline",
33
"version": "0.3.0",
44
"description": "A library for computing web-features statuses from browser compatibility data",
5+
"repository": {
6+
"type": "git",
7+
"url": "git+https://github.com/web-platform-dx/web-features.git",
8+
"directory": "packages/compute-baseline"
9+
},
510
"exports": {
611
".": "./dist/baseline/index.js",
712
"./browser-compat-data": "./dist/browser-compat-data/index.js"

packages/web-features/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"license": "Apache-2.0",
66
"repository": {
77
"type": "git",
8-
"url": "git+https://github.com/web-platform-dx/web-features.git"
8+
"url": "git+https://github.com/web-platform-dx/web-features.git",
9+
"directory": "packages/web-features"
910
},
1011
"type": "module",
1112
"main": "index.js",

0 commit comments

Comments
 (0)