Skip to content

Commit da15c93

Browse files
authored
Merge pull request #6750 from neo4j/add-url-to-package-json
Add repository url to package json of each package
2 parents 865e890 + 7951ad5 commit da15c93

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

packages/graphql/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
"bugs": {
1212
"url": "https://github.com/neo4j/graphql/issues"
1313
},
14+
"repository": {
15+
"type": "git",
16+
"url": "git+https://github.com/neo4j/graphql.git"
17+
},
1418
"homepage": "https://github.com/neo4j/graphql/tree/dev/packages/graphql",
1519
"exports": "./dist/index.js",
1620
"main": "./dist/index.js",

packages/introspector/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
"bugs": {
1212
"url": "https://github.com/neo4j/graphql/issues"
1313
},
14+
"repository": {
15+
"type": "git",
16+
"url": "git+https://github.com/neo4j/graphql.git"
17+
},
1418
"homepage": "https://github.com/neo4j/graphql/tree/dev/packages/introspector",
1519
"exports": "./dist/index.js",
1620
"main": "./dist/index.js",

0 commit comments

Comments
 (0)