Skip to content

Commit ad92444

Browse files
package.json: Add additional info (#320)
1 parent ed1ba76 commit ad92444

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

package-lock.json

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+6
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,17 @@
22
"name": "graphql-voyager",
33
"version": "1.3.0",
44
"description": "GraphQL introspection viewer",
5+
"author": "IvanGoncharov <[email protected]>",
56
"license": "MIT",
7+
"homepage": "https://github.com/graphql-kit/graphql-voyager#readme",
68
"repository": {
79
"type": "git",
810
"url": "https://github.com/graphql-kit/graphql-voyager.git"
911
},
12+
"funding": "https://github.com/graphql-kit/graphql-voyager?sponsor=1",
13+
"bugs": {
14+
"url": "https://github.com/graphql-kit/graphql-voyager/issues"
15+
},
1016
"main": "dist/voyager.lib.js",
1117
"types": "typings/index.d.ts",
1218
"scripts": {

0 commit comments

Comments
 (0)