Skip to content

Commit 667fbec

Browse files
committed
Fix links to repo, issues, bugs.
1 parent 40b48cc commit 667fbec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
"Daniel Schafer <[email protected]>"
99
],
1010
"license": "BSD-3-Clause",
11-
"homepage": "https://github.com/facebook/graphql",
11+
"homepage": "https://github.com/graphql/graphql-js",
1212
"bugs": {
13-
"url": "https://github.com/facebook/graphql/issues"
13+
"url": "https://github.com/graphql/graphql-js/issues"
1414
},
1515
"repository": {
1616
"type": "git",
17-
"url": "http://github.com/facebook/graphql.git"
17+
"url": "http://github.com/graphql/graphql-js.git"
1818
},
1919
"main": "lib/index.js",
2020
"directories": {

0 commit comments

Comments
 (0)