Granze / react-starterify

A minimal React JS application starter kit
http://granze.github.io/react-starterify/
665 stars 71 forks source link

history fix #24

Closed petrac-daniel closed 8 years ago

petrac-daniel commented 8 years ago

npm install does not work react-router 1.0.2 depends on history@1.13.x, but newer version is downloaded (1.16.0)

fix: https://github.com/rackt/react-router/issues/2682 http://stackoverflow.com/questions/22343224/difference-between-tilde-and-caret-in-package-json

i am using: node v4.2.3, npm 2.14.7 don't know if it works with npm 3.x

Granze commented 8 years ago

Hi, thanks for this!