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:
parent
ea77b41570
commit
ba5601f6da
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue