Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

Commit

Permalink
Merge branch 'release/0.5.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
steffans committed Dec 21, 2015
2 parents e78afc1 + 4b43919 commit 8ccb71e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion dist/vue-resource.js
Original file line number Diff line number Diff line change
@@ -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.
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/vue-resource.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
{
"name": "vue-resource",
"version": "0.5.0",
"version": "0.5.1",
"description": "A web request service for Vue.js",
"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",
Expand Down

0 comments on commit 8ccb71e

Please sign in to comment.