Skip to content

Commit

Permalink
chore(config) removed workaround to make build work again
Browse files Browse the repository at this point in the history
Closes entirc#35
  • Loading branch information
helton committed Oct 16, 2017
1 parent b7e0ecd commit 72c6417
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
8 changes: 2 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"custom-react-scripts": "0.2.0",
"custom-react-scripts": "^0.2.1",
"lodash": "^4.17.4",
"prop-types": "^15.5.10",
"react": "^16.0.0-rc.3",
Expand All @@ -17,12 +17,8 @@
},
"scripts": {
"start": "react-scripts start",
"build": "node build.js",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"shelljs": "^0.7.8",
"timeout-cli": "^0.3.2"
}
}
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2016,9 +2016,9 @@ currently-unhandled@^0.4.1:
dependencies:
array-find-index "^1.0.1"

[email protected].0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/custom-react-scripts/-/custom-react-scripts-0.2.0.tgz#51a82348a25a8ece9ad38c700544c6a7c564f539"
custom-react-scripts@^0.2.1:
version "0.2.1"
resolved "https://registry.yarnpkg.com/custom-react-scripts/-/custom-react-scripts-0.2.1.tgz#4346a08ab01d2e7f54d1b92d5080b0ea4dd0ea95"
dependencies:
autoprefixer "7.1.2"
babel-core "6.25.0"
Expand Down

0 comments on commit 72c6417

Please sign in to comment.