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", "name": "nuxt",
"version": "1.1.0", "version": "1.1.1",
"description": "description": "A minimalistic framework for server-rendered Vue.js applications (inspired by Next.js)",
"A minimalistic framework for server-rendered Vue.js applications (inspired by Next.js)",
"contributors": [ "contributors": [
{ {
"name": "Sebastien Chopin (@Atinux)" "name": "Sebastien Chopin (@Atinux)"
@ -20,7 +19,10 @@
"type": "git", "type": "git",
"url": "git+https://github.com/nuxt/nuxt.js" "url": "git+https://github.com/nuxt/nuxt.js"
}, },
"files": ["bin", "lib"], "files": [
"bin",
"lib"
],
"keywords": [ "keywords": [
"nuxt", "nuxt",
"nuxt.js", "nuxt.js",
@ -38,13 +40,13 @@
"nuxt": "./bin/nuxt" "nuxt": "./bin/nuxt"
}, },
"nyc": { "nyc": {
"include": ["lib"] "include": [
"lib"
]
}, },
"scripts": { "scripts": {
"test": "test": "npm run lint && nyc ava --verbose test/ -- && nyc report --reporter=html",
"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-appveyor":
"npm run lint && nyc ava --serial test/ -- && nyc report --reporter=html",
"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov", "coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
"lint": "eslint --ext .js,.vue bin/* build/ lib/ test/ examples/", "lint": "eslint --ext .js,.vue bin/* build/ lib/ test/ examples/",
"precommit": "npm run lint", "precommit": "npm run lint",
@ -148,7 +150,6 @@
"collective": { "collective": {
"type": "opencollective", "type": "opencollective",
"url": "https://opencollective.com/nuxtjs", "url": "https://opencollective.com/nuxtjs",
"logo": "logo": "https://opencollective.com/nuxtjs/logo.txt?reverse=true&variant=variant2"
"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" commander "~2.12.1"
source-map "~0.6.1" source-map "~0.6.1"
uglify-js@3.3.x: uglify-js@3.3.x, uglify-js@^3.3.5:
version "3.3.4" version "3.3.5"
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.3.4.tgz#d8ebb76f201a3798ac2f0b6519642fcca4a99834" resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.3.5.tgz#4c4143dfe08e8825746675cc49a6874a933b543e"
dependencies: dependencies:
commander "~2.12.1" commander "~2.12.1"
source-map "~0.6.1" source-map "~0.6.1"
@ -7396,13 +7396,6 @@ uglify-js@^2.6, uglify-js@^2.8.29:
optionalDependencies: optionalDependencies:
uglify-to-browserify "~1.0.0" 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: uglify-to-browserify@~1.0.0:
version "1.0.2" version "1.0.2"
resolved "https://registry.yarnpkg.com/uglify-to-browserify/-/uglify-to-browserify-1.0.2.tgz#6e0924d6bda6b5afe349e39a6d632850a0f882b7" resolved "https://registry.yarnpkg.com/uglify-to-browserify/-/uglify-to-browserify-1.0.2.tgz#6e0924d6bda6b5afe349e39a6d632850a0f882b7"