vue-resource
Advanced tools
Comparing version 1.3.0 to 1.3.1
/*! | ||
* vue-resource v1.3.0 | ||
* vue-resource v1.3.1 | ||
* https://github.com/pagekit/vue-resource | ||
@@ -4,0 +4,0 @@ * Released under the MIT License. |
/*! | ||
* vue-resource v1.3.0 | ||
* vue-resource v1.3.1 | ||
* https://github.com/pagekit/vue-resource | ||
@@ -4,0 +4,0 @@ * Released under the MIT License. |
/*! | ||
* vue-resource v1.3.0 | ||
* vue-resource v1.3.1 | ||
* https://github.com/pagekit/vue-resource | ||
@@ -4,0 +4,0 @@ * Released under the MIT License. |
/*! | ||
* vue-resource v1.3.0 | ||
* vue-resource v1.3.1 | ||
* https://github.com/pagekit/vue-resource | ||
@@ -4,0 +4,0 @@ * Released under the MIT License. |
{ | ||
"name": "vue-resource", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"main": "dist/vue-resource.common.js", | ||
"jsnext:main": "dist/vue-resource.es2015.js", | ||
"module": "dist/vue-resource.es2015.js", | ||
"description": "The HTTP client for Vue.js", | ||
@@ -43,3 +43,3 @@ "homepage": "https://github.com/pagekit/vue-resource#readme", | ||
"rollup-plugin-buble": "^0.15.0", | ||
"uglify-js": "^2.8.21", | ||
"uglify-js": "^2.8.22", | ||
"vue": "^2.2.6", | ||
@@ -46,0 +46,0 @@ "webpack": "^2.3.3" |
@@ -25,5 +25,5 @@ # vue-resource [![Version](https://img.shields.io/npm/v/vue-resource.svg)](https://www.npmjs.com/package/vue-resource) [![License](https://img.shields.io/npm/l/vue-resource.svg)](https://www.npmjs.com/package/vue-resource) [![Downloads](https://img.shields.io/npm/dt/vue-resource.svg)](https://www.npmjs.com/package/vue-resource) | ||
### CDN | ||
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/vue-resource@1.3.0/dist/vue-resource.min.js). | ||
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/vue-resource@1.3.1/dist/vue-resource.min.js). | ||
```html | ||
<script src="https://cdn.jsdelivr.net/vue.resource/1.3.0/vue-resource.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/vue.resource/1.3.1/vue-resource.min.js"></script> | ||
``` | ||
@@ -30,0 +30,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
102793
532901