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

Commit 00c2af8

Browse files
author
Steffan
committed
Merge branch 'release/1.3.3'
2 parents 0da6829 + 8075f3a commit 00c2af8

File tree

7 files changed

+10
-8
lines changed

7 files changed

+10
-8
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ $ npm install vue-resource
1818
```
1919

2020
### CDN
21-
Available on [jsdelivr](https://cdn.jsdelivr.net/vue.resource/1.3.2/vue-resource.min.js), [cdnjs](https://cdnjs.com/libraries/vue-resource) or [unpkg](https://unpkg.com/[email protected]/dist/vue-resource.min.js).
21+
Available on [jsdelivr](https://cdn.jsdelivr.net/npm/vue-resource@1.3.3), [unpkg](https://unpkg.com/vue-resource@1.3.3) or [cdnjs](https://cdnjs.com/libraries/vue-resource).
2222
```html
23-
<script src="https://cdn.jsdelivr.net/vue.resource/1.3.2/vue-resource.min.js"></script>
23+
<script src="https://cdn.jsdelivr.net/npm/vue-resource@1.3.3"></script>
2424
```
2525

2626
## 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.2",
4+
"version": "1.3.3",
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.2
2+
* vue-resource v1.3.3
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.2
2+
* vue-resource v1.3.3
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.2
2+
* vue-resource v1.3.3
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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
{
22
"name": "vue-resource",
3-
"version": "1.3.2",
3+
"version": "1.3.3",
44
"main": "dist/vue-resource.common.js",
55
"module": "dist/vue-resource.es2015.js",
6+
"unpkg": "dist/vue-resource.min.js",
7+
"jsdelivr": "dist/vue-resource.min.js",
68
"description": "The HTTP client for Vue.js",
79
"homepage": "https://github.com/pagekit/vue-resource#readme",
810
"license": "MIT",

0 commit comments

Comments
 (0)