Skip to content

Commit d6bb930

Browse files
committed
chore: add repository metadata to package.json
1 parent bd57ca4 commit d6bb930

File tree

5 files changed

+26
-1
lines changed

5 files changed

+26
-1
lines changed

packages/babel-config/package.json

+5
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,10 @@
99
"@babel/preset-typescript": "^7.12.7",
1010
"babel-jest": "^27.4.5",
1111
"babel-plugin-module-resolver": "^4.0.0"
12+
},
13+
"repository": {
14+
"type": "git",
15+
"url": "https://github.com/steveukx/git-js.git",
16+
"directory": "packages/babel-config"
1217
}
1318
}

packages/test-es-module-consumer/package.json

+5
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,10 @@
88
},
99
"dependencies": {
1010
"simple-git": "^3.0.0"
11+
},
12+
"repository": {
13+
"type": "git",
14+
"url": "https://github.com/steveukx/git-js.git",
15+
"directory": "packages/test-es-module-consumer"
1116
}
1217
}

packages/test-javascript-consumer/package.json

+5
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,10 @@
77
},
88
"dependencies": {
99
"simple-git": "^3.0.0"
10+
},
11+
"repository": {
12+
"type": "git",
13+
"url": "https://github.com/steveukx/git-js.git",
14+
"directory": "packages/test-javascript-consumer"
1015
}
1116
}

packages/test-typescript-consumer/package.json

+5
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,10 @@
1818
"dependencies": {
1919
"@simple-git/babel-config": "^1.0.0",
2020
"simple-git": "^3.0.0"
21+
},
22+
"repository": {
23+
"type": "git",
24+
"url": "https://github.com/steveukx/git-js.git",
25+
"directory": "packages/test-typescript-consumer"
2126
}
2227
}

simple-git/package.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,12 @@
3737
"vcs"
3838
],
3939
"license": "MIT",
40-
"repository": "git://github.com/steveukx/git-js.git",
40+
"repository":
41+
{
42+
"type": "git",
43+
"url": "https://github.com/steveukx/git-js.git",
44+
"directory": "simple-git"
45+
},
4146
"main": "src/index.js",
4247
"module": "dist/esm/index.js",
4348
"exports": {

0 commit comments

Comments
 (0)