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

v8.0.2-canary.3

This commit is contained in:
Tim Neutkens 2019-02-17 20:48:43 +01:00
parent a1ccc19a1f
commit 9f2eb85de3
3 changed files with 4 additions and 4 deletions

View file

@ -17,5 +17,5 @@
"registry": "https://registry.npmjs.org/"
}
},
"version": "8.0.2-canary.2"
"version": "8.0.2-canary.3"
}

View file

@ -1,6 +1,6 @@
{
"name": "next-server",
"version": "8.0.2-canary.2",
"version": "8.0.2-canary.3",
"main": "./index.js",
"license": "MIT",
"files": [

View file

@ -1,6 +1,6 @@
{
"name": "next",
"version": "8.0.2-canary.2",
"version": "8.0.2-canary.3",
"description": "The React Framework",
"main": "./dist/server/next.js",
"license": "MIT",
@ -73,7 +73,7 @@
"loader-utils": "1.1.0",
"mkdirp-then": "1.2.0",
"nanoid": "1.2.1",
"next-server": "8.0.2-canary.2",
"next-server": "8.0.2-canary.3",
"prop-types": "15.6.2",
"prop-types-exact": "1.2.0",
"react-error-overlay": "4.0.0",