Skip to content

Commit

Permalink
fix name and version
Browse files Browse the repository at this point in the history
  • Loading branch information
kitze committed Aug 10, 2017
1 parent 160e1c8 commit e77996b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "react-scripts",
"version": "1.0.1",
"name": "custom-react-scripts",
"version": "0.0.23",
"description": "Configuration and scripts for Create React App.",
"repository": "facebookincubator/create-react-app",
"license": "BSD-3-Clause",
"engines": {
"node": ">=6"
},
"bugs": {
"url": "https://github.com/facebookincubator/create-react-app/issues"
"url": "https://github.com/kitze/custom-react-scripts/issues"
},
"files": [
"bin",
Expand Down

0 comments on commit e77996b

Please sign in to comment.