v8.0.4-canary.1

This commit is contained in:
Tim Neutkens 2019-02-23 12:25:34 +01:00
parent 297f1a3fc0
commit f7ee137f9c
3 changed files with 4 additions and 4 deletions

View file

@ -17,5 +17,5 @@
"registry": "https://registry.npmjs.org/"
}
},
"version": "8.0.4-canary.0"
"version": "8.0.4-canary.1"
}

View file

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

View file

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