Browse Source

Fixed a couple of oudated things in package.json

main
Brian Vaughn 7 years ago
parent
commit
9c68ee4afd
  1. 7
      package.json

7
package.json

@ -2,8 +2,9 @@
"name": "react-website", "name": "react-website",
"description": "React website", "description": "React website",
"version": "0.0.1", "version": "0.0.1",
"private": true,
"bugs": { "bugs": {
"url": "https://github.com/facebook/react" "url": "https://github.com/reactjs/reactjs.org"
}, },
"resolutions": { "resolutions": {
"gatsby/graphql": "0.10.5", "gatsby/graphql": "0.10.5",
@ -59,11 +60,11 @@
"keywords": [ "keywords": [
"gatsby" "gatsby"
], ],
"license": "MIT", "license": "CC",
"main": "n/a", "main": "n/a",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/facebook/react.git" "url": "git+https://github.com/reactjs/reactjs.org.git"
}, },
"scripts": { "scripts": {
"build": "gatsby build", "build": "gatsby build",

Loading…
Cancel
Save