Skip to content

Commit 9c68ee4

Browse files
committed
Fixed a couple of oudated things in package.json
1 parent 1349493 commit 9c68ee4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
"name": "react-website",
33
"description": "React website",
44
"version": "0.0.1",
5+
"private": true,
56
"bugs": {
6-
"url": "https://github.com/facebook/react"
7+
"url": "https://github.com/reactjs/reactjs.org"
78
},
89
"resolutions": {
910
"gatsby/graphql": "0.10.5",
@@ -59,11 +60,11 @@
5960
"keywords": [
6061
"gatsby"
6162
],
62-
"license": "MIT",
63+
"license": "CC",
6364
"main": "n/a",
6465
"repository": {
6566
"type": "git",
66-
"url": "git+https://github.com/facebook/react.git"
67+
"url": "git+https://github.com/reactjs/reactjs.org.git"
6768
},
6869
"scripts": {
6970
"build": "gatsby build",

0 commit comments

Comments
 (0)