We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5848d9 commit ac4e75cCopy full SHA for ac4e75c
package.json
@@ -3,7 +3,7 @@
3
"version": "1.0.0",
4
"description": "Custom GraphQL Types",
5
"main": "src/index.js",
6
- "repository": "https://github.com/limit-zero/graphql-custom-types.git",
+ "repository": "https://github.com/limit-zero/graphql-custom-types",
7
"author": "Jacob Bare <jacob@limit0.io>",
8
"license": "MIT",
9
"scripts": {
@@ -44,6 +44,10 @@
44
"mocha": "^5.1.1",
45
"nyc": "^11.7.1"
46
},
47
+ "keywords": [
48
+ "graphql",
49
+ "types"
50
+ ],
51
"nyc": {
52
"check-coverage": false,
53
"per-file": true,
0 commit comments