Skip to content

Commit ac4e75c

Browse files
Update repository url and add keywords
1 parent c5848d9 commit ac4e75c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.0",
44
"description": "Custom GraphQL Types",
55
"main": "src/index.js",
6-
"repository": "https://github.com/limit-zero/graphql-custom-types.git",
6+
"repository": "https://github.com/limit-zero/graphql-custom-types",
77
"author": "Jacob Bare <jacob@limit0.io>",
88
"license": "MIT",
99
"scripts": {
@@ -44,6 +44,10 @@
4444
"mocha": "^5.1.1",
4545
"nyc": "^11.7.1"
4646
},
47+
"keywords": [
48+
"graphql",
49+
"types"
50+
],
4751
"nyc": {
4852
"check-coverage": false,
4953
"per-file": true,

0 commit comments

Comments
 (0)