vue-scroll-behavior
Advanced tools
Comparing version 0.1.3 to 0.1.4
/** | ||
* vue-scroll-behavior v0.1.2 | ||
* vue-scroll-behavior v0.1.4 | ||
* (c) 2017 jeneser <jeneserwang@gmail.com> | ||
@@ -4,0 +4,0 @@ * @license MIT |
{ | ||
"name": "vue-scroll-behavior", | ||
"description": "Scroll behavior for Vue.js", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"private": false, | ||
@@ -18,2 +18,3 @@ "main": "dist/vue-scroll-behavior.js", | ||
}, | ||
"unpkg": "dist/vue-scroll-behavior.js", | ||
"keywords": [ | ||
@@ -20,0 +21,0 @@ "vue", |
@@ -51,2 +51,8 @@ ## vue-scroll-behavior | ||
**CDN** | ||
```html | ||
<script src="https://unpkg.com/vue-scroll-behavior@0.1.4/dist/vue-scroll-behavior.js"></script> | ||
``` | ||
## Description | ||
@@ -86,2 +92,3 @@ | ||
- Publish @0.1.3 | ||
- Publish @0.1.4 | ||
@@ -88,0 +95,0 @@ ## Contribute |
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
12593
111