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

Commit a8e5ba1

Browse files
author
Steffan
committed
Merge branch 'release/1.3.1'
2 parents 65054a6 + 2f39bfd commit a8e5ba1

File tree

8 files changed

+13
-13
lines changed

8 files changed

+13
-13
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ $ bower install vue-resource
2222
```
2323

2424
### CDN
25-
Available on [jsdelivr](https://cdn.jsdelivr.net/vue.resource/1.3.0/vue-resource.min.js), [cdnjs](https://cdnjs.com/libraries/vue-resource) or [unpkg](https://unpkg.com/[email protected].0/dist/vue-resource.min.js).
25+
Available on [jsdelivr](https://cdn.jsdelivr.net/vue.resource/1.3.1/vue-resource.min.js), [cdnjs](https://cdnjs.com/libraries/vue-resource) or [unpkg](https://unpkg.com/[email protected].1/dist/vue-resource.min.js).
2626
```html
27-
<script src="https://cdn.jsdelivr.net/vue.resource/1.3.0/vue-resource.min.js"></script>
27+
<script src="https://cdn.jsdelivr.net/vue.resource/1.3.1/vue-resource.min.js"></script>
2828
```
2929

3030
## Example

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue-resource",
33
"main": "dist/vue-resource.js",
4-
"version": "1.3.0",
4+
"version": "1.3.1",
55
"description": "The HTTP client for Vue.js",
66
"homepage": "https://github.com/pagekit/vue-resource",
77
"license": "MIT",

dist/vue-resource.common.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* vue-resource v1.3.0
2+
* vue-resource v1.3.1
33
* https://github.com/pagekit/vue-resource
44
* Released under the MIT License.
55
*/

dist/vue-resource.es2015.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* vue-resource v1.3.0
2+
* vue-resource v1.3.1
33
* https://github.com/pagekit/vue-resource
44
* Released under the MIT License.
55
*/

dist/vue-resource.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* vue-resource v1.3.0
2+
* vue-resource v1.3.1
33
* https://github.com/pagekit/vue-resource
44
* Released under the MIT License.
55
*/

dist/vue-resource.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "vue-resource",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"main": "dist/vue-resource.common.js",
5-
"jsnext:main": "dist/vue-resource.es2015.js",
5+
"module": "dist/vue-resource.es2015.js",
66
"description": "The HTTP client for Vue.js",
77
"homepage": "https://github.com/pagekit/vue-resource#readme",
88
"license": "MIT",
@@ -40,7 +40,7 @@
4040
"replace-in-file": "^2.5.0",
4141
"rollup": "^0.41.6",
4242
"rollup-plugin-buble": "^0.15.0",
43-
"uglify-js": "^2.8.21",
43+
"uglify-js": "^2.8.22",
4444
"vue": "^2.2.6",
4545
"webpack": "^2.3.3"
4646
}

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2849,9 +2849,9 @@ uglify-js@^2.6, uglify-js@^2.8.5:
28492849
uglify-to-browserify "~1.0.0"
28502850
yargs "~3.10.0"
28512851

2852-
uglify-js@^2.8.21:
2853-
version "2.8.21"
2854-
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-2.8.21.tgz#1733f669ae6f82fc90c7b25ec0f5c783ee375314"
2852+
uglify-js@^2.8.22:
2853+
version "2.8.22"
2854+
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-2.8.22.tgz#d54934778a8da14903fa29a326fb24c0ab51a1a0"
28552855
dependencies:
28562856
source-map "~0.5.1"
28572857
yargs "~3.10.0"

0 commit comments

Comments
 (0)