Commit 750472be authored by Dan Abramov's avatar Dan Abramov
Browse files

Delete package.json from template

This way the one generated by `init.js` doesn’t get overwritten later.
This fixes #149 which got broken as part of #94
parent dfecfea6
No related merge requests found
Showing with 0 additions and 17 deletions
+0 -17
{
"name": "my-app",
"version": "0.0.1",
"private": true,
"devDependencies": {
"react-scripts": "0.1.0"
},
"dependencies": {
"react": "^15.2.1",
"react-dom": "^15.2.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"eject": "react-scripts eject"
}
}
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment