package: upgrade nuxt-start version to 1.0.0, engines configuration and dependencies in accordance with main package.json

This commit is contained in:
Damien Beaufils 2018-01-11 08:27:24 +01:00
parent cd9779756a
commit c981ba6d05
1 changed files with 9 additions and 9 deletions

View File

@ -1,6 +1,6 @@
{
"name": "nuxt-start",
"version": "1.0.0-rc11",
"version": "1.0.0",
"description": "runtime-only build for nuxt",
"contributors": [
{
@ -42,8 +42,8 @@
"nuxt-start": "./bin/nuxt-start"
},
"engines": {
"node": ">=6.11",
"npm": ">=3.10.0"
"node": ">=8.0.0",
"npm": ">=5.0.0"
},
"dependencies": {
"source-map-support": "^0.5.0",
@ -59,13 +59,13 @@
"fresh": "^0.5.2",
"serve-static": "^1.13.1",
"compression": "^1.7.1",
"fs-extra": "^4.0.2",
"vue-server-renderer": "^2.5.6",
"@nuxtjs/youch": "^3.1.0",
"fs-extra": "^5.0.0",
"vue-server-renderer": "^2.5.13",
"@nuxtjs/youch": "^4.2.3",
"source-map": "^0.6.1",
"connect": "^3.6.5",
"vue": "^2.5.6",
"vue-meta": "^1.3.1",
"vue": "^2.5.13",
"vue-meta": "^1.4.2",
"lru-cache": "^4.1.1",
"server-destroy": "^1.0.1",
"open-in-editor": "^2.2.0"
@ -75,4 +75,4 @@
"url": "https://opencollective.com/nuxtjs",
"logo": "https://opencollective.com/nuxtjs/logo.txt?reverse=true&variant=variant2"
}
}
}