Skip to content

Commit

Permalink
Revert deletion of package.json; add build dir relative path, see #26
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisklus committed Jul 25, 2019
1 parent 063e1c1 commit dbea106
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions react-binder/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"name": "react-binder",
"version": "0.1.0",
"private": true,
"homepage": ".",
"dependencies": {
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-scripts": "3.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}

0 comments on commit dbea106

Please sign in to comment.