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 1349493 commit 9c68ee4Copy full SHA for 9c68ee4
package.json
@@ -2,8 +2,9 @@
2
"name": "react-website",
3
"description": "React website",
4
"version": "0.0.1",
5
+ "private": true,
6
"bugs": {
- "url": "https://github.com/facebook/react"
7
+ "url": "https://github.com/reactjs/reactjs.org"
8
},
9
"resolutions": {
10
"gatsby/graphql": "0.10.5",
@@ -59,11 +60,11 @@
59
60
"keywords": [
61
"gatsby"
62
],
- "license": "MIT",
63
+ "license": "CC",
64
"main": "n/a",
65
"repository": {
66
"type": "git",
- "url": "git+https://github.com/facebook/react.git"
67
+ "url": "git+https://github.com/reactjs/reactjs.org.git"
68
69
"scripts": {
70
"build": "gatsby build",
0 commit comments