Bump to 1.1.1

This commit is contained in:
Sébastien Chopin 2018-01-13 14:10:18 +01:00
parent 1075492d8b
commit 6dce671498
2 changed files with 15 additions and 21 deletions

View File

@ -1,8 +1,7 @@
{
"name": "nuxt",
"version": "1.1.0",
"description":
"A minimalistic framework for server-rendered Vue.js applications (inspired by Next.js)",
"version": "1.1.1",
"description": "A minimalistic framework for server-rendered Vue.js applications (inspired by Next.js)",
"contributors": [
{
"name": "Sebastien Chopin (@Atinux)"
@ -20,7 +19,10 @@
"type": "git",
"url": "git+https://github.com/nuxt/nuxt.js"
},
"files": ["bin", "lib"],
"files": [
"bin",
"lib"
],
"keywords": [
"nuxt",
"nuxt.js",
@ -38,13 +40,13 @@
"nuxt": "./bin/nuxt"
},
"nyc": {
"include": ["lib"]
"include": [
"lib"
]
},
"scripts": {
"test":
"npm run lint && nyc ava --verbose test/ -- && nyc report --reporter=html",
"test-appveyor":
"npm run lint && nyc ava --serial test/ -- && nyc report --reporter=html",
"test": "npm run lint && nyc ava --verbose test/ -- && nyc report --reporter=html",
"test-appveyor": "npm run lint && nyc ava --serial test/ -- && nyc report --reporter=html",
"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
"lint": "eslint --ext .js,.vue bin/* build/ lib/ test/ examples/",
"precommit": "npm run lint",
@ -148,7 +150,6 @@
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/nuxtjs",
"logo":
"https://opencollective.com/nuxtjs/logo.txt?reverse=true&variant=variant2"
"logo": "https://opencollective.com/nuxtjs/logo.txt?reverse=true&variant=variant2"
}
}

View File

@ -7380,9 +7380,9 @@ uglify-es@^3.3.4:
commander "~2.12.1"
source-map "~0.6.1"
uglify-js@3.3.x:
version "3.3.4"
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.3.4.tgz#d8ebb76f201a3798ac2f0b6519642fcca4a99834"
uglify-js@3.3.x, uglify-js@^3.3.5:
version "3.3.5"
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.3.5.tgz#4c4143dfe08e8825746675cc49a6874a933b543e"
dependencies:
commander "~2.12.1"
source-map "~0.6.1"
@ -7396,13 +7396,6 @@ uglify-js@^2.6, uglify-js@^2.8.29:
optionalDependencies:
uglify-to-browserify "~1.0.0"
uglify-js@^3.3.5:
version "3.3.5"
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.3.5.tgz#4c4143dfe08e8825746675cc49a6874a933b543e"
dependencies:
commander "~2.12.1"
source-map "~0.6.1"
uglify-to-browserify@~1.0.0:
version "1.0.2"
resolved "https://registry.yarnpkg.com/uglify-to-browserify/-/uglify-to-browserify-1.0.2.tgz#6e0924d6bda6b5afe349e39a6d632850a0f882b7"