1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

Fix dependencies install error on 'with-url-object-routing' example (#1764)

This commit is contained in:
Ernesto Palafox 2017-04-22 07:48:09 -05:00 committed by Tim Neutkens
parent ea77b41570
commit ba5601f6da

View file

@ -5,7 +5,7 @@
"start": "NODE_ENV=production node server.js"
},
"dependencies": {
"next": "beta",
"next": "latest",
"path-match": "1.2.4",
"react": "^15.4.2",
"react-dom": "^15.4.2"