Skip to content

Commit

Permalink
update react-scripts package name, description and bugs url
Browse files Browse the repository at this point in the history
  • Loading branch information
Paweł Jędrzejczyk committed Jun 12, 2017
1 parent e91648a commit 89361b5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/react-scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "react-scripts",
"name": "pj-react-scripts",
"version": "1.0.7",
"description": "Configuration and scripts for Create React App.",
"repository": "facebookincubator/create-react-app",
"description": "Configuration and scripts for Create React App by Pawel Jedrzejczyk",
"repository": "paweljedrzejczyk/create-react-app",
"license": "BSD-3-Clause",
"engines": {
"node": ">=6"
},
"bugs": {
"url": "https://github.com/facebookincubator/create-react-app/issues"
"url": "https://github.com/paweljedrzejczyk/create-react-app/issues"
},
"files": [
"bin",
Expand Down

0 comments on commit 89361b5

Please sign in to comment.