Skip to content

Commit

Permalink
fix(dependencies): use pushstate-server as devDependency and update p…
Browse files Browse the repository at this point in the history
…eerDependencies

fix #26
  • Loading branch information
Simon Mollweide committed Nov 26, 2017
1 parent 0ddd5e4 commit c15789e
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
Expand Up @@ -26,7 +26,6 @@
"clean:build": "rimraf build",
"clean:dist": "rimraf dist",
"clean:coverage": "rimraf coverage",
"preinstall": "npm install -g pushstate-server",

This comment has been minimized.

Copy link
@varl

varl Jan 29, 2018

Thanks for removing this! 👍

"clear-install": "npm run clean:node_modules && npm install",
"start": "react-scripts start",
"prebuild-demo": "npm run lint",
Expand Down Expand Up @@ -86,8 +85,8 @@
},
"peerDependencies": {
"material-ui": "^0.19.0",
"react": "^15.0.0",
"react-dom": "^15.0.0",
"react": "^15.0.0 || ^16.0.0",
"react-dom": "^15.0.0 || ^16.0.0",
"prop-types": "^15.5.10"
},
"devDependencies": {
Expand Down Expand Up @@ -120,6 +119,7 @@
"npm-run-all": "4.1.1",
"prettier": "1.7.4",
"prop-types": "15.5.10",
"pushstate-server": "3.0.1",
"react": "15.5.0",
"react-addons-test-utils": "15.2.0",
"react-dom": "15.5.0",
Expand Down

0 comments on commit c15789e

Please sign in to comment.