Skip to content

Commit 5ab99a1

Browse files
authored
add "repository" to package.json
1 parent d982333 commit 5ab99a1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
{
22
"name": "@node-core/api-docs-tooling",
3+
"repository": {
4+
"type": "git",
5+
"url": "git+https://github.com/nodejs/api-docs-tooling.git"
6+
},
37
"scripts": {
48
"lint": "eslint .",
59
"lint:fix": "eslint --fix .",

0 commit comments

Comments
 (0)