Skip to content

Commit 4e912dd

Browse files
authored
Define repository in package.json (ardatan#7)
1 parent 54829c1 commit 4e912dd

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
@@ -4,6 +4,10 @@
44
"main": "register.js",
55
"types": "register.d.ts",
66
"license": "MIT",
7+
"repository": {
8+
"type": "git",
9+
"url": "ardatan/graphql-import-node"
10+
},
711
"scripts": {
812
"test": "mocha"
913
},

0 commit comments

Comments
 (0)