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

Use next.js beta for example (#710)

This commit is contained in:
Tim Neutkens 2017-01-09 22:40:45 +01:00 committed by Guillermo Rauch
parent d7eac7fa2c
commit f3ee901fa6

View file

@ -7,7 +7,7 @@
"start": "next start" "start": "next start"
}, },
"dependencies": { "dependencies": {
"next": "*" "next": "^2.0.0-beta"
}, },
"author": "", "author": "",
"license": "ISC" "license": "ISC"