From 45600d222646c1876949f1af1706ce8078f018a1 Mon Sep 17 00:00:00 2001 From: Steffan Date: Mon, 21 Dec 2015 10:46:05 +0100 Subject: [PATCH 1/2] remove install script --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 3ab45661..de15ac5e 100644 --- a/package.json +++ b/package.json @@ -5,8 +5,7 @@ "main": "src/index.js", "scripts": { "build": "webpack --config build/webpack.build.config.js", - "test": "webpack --config test/webpack.config.js", - "install": "npm run build && npm run test" + "test": "webpack --config test/webpack.config.js" }, "repository": { "type": "git", From 4b439191040634a014ea80eea562ea12ff2a8f13 Mon Sep 17 00:00:00 2001 From: Steffan Date: Mon, 21 Dec 2015 10:50:26 +0100 Subject: [PATCH 2/2] v0.5.1 --- bower.json | 2 +- dist/vue-resource.js | 2 +- dist/vue-resource.min.js | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bower.json b/bower.json index d731040e..5c536fe7 100644 --- a/bower.json +++ b/bower.json @@ -2,7 +2,7 @@ "name": "vue-resource", "main": "dist/vue-resource.js", "description": "A web request service for Vue.js", - "version": "0.5.0", + "version": "0.5.1", "homepage": "https://github.com/vuejs/vue-resource", "license": "MIT", "ignore": [ diff --git a/dist/vue-resource.js b/dist/vue-resource.js index edb7d85b..932efa04 100644 --- a/dist/vue-resource.js +++ b/dist/vue-resource.js @@ -1,5 +1,5 @@ /** - * vue-resource v0.5.0 + * vue-resource v0.5.1 * https://github.com/vuejs/vue-resource * Released under the MIT License. */ diff --git a/dist/vue-resource.min.js b/dist/vue-resource.min.js index 8fcabc61..2f3f1acc 100644 --- a/dist/vue-resource.min.js +++ b/dist/vue-resource.min.js @@ -1,5 +1,5 @@ /** - * vue-resource v0.5.0 + * vue-resource v0.5.1 * https://github.com/vuejs/vue-resource * Released under the MIT License. */ diff --git a/package.json b/package.json index de15ac5e..a0d99242 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-resource", - "version": "0.5.0", + "version": "0.5.1", "description": "A web request service for Vue.js", "main": "src/index.js", "scripts": {