scroll-into-view-if-needed
Advanced tools
Comparing version 2.1.3 to 2.1.4
@@ -11,3 +11,3 @@ { | ||
}, | ||
"version": "2.1.3", | ||
"version": "2.1.4", | ||
"main": "index.js", | ||
@@ -77,5 +77,2 @@ "files": [ | ||
], | ||
"publishConfig": { | ||
"tag": "next" | ||
}, | ||
"browserify": { | ||
@@ -82,0 +79,0 @@ "transform": [ |
@@ -21,2 +21,10 @@ [![CircleCI Status](https://img.shields.io/circleci/project/github/stipsan/scroll-into-view-if-needed.svg?style=flat-square)](https://circleci.com/gh/stipsan/scroll-into-view-if-needed) | ||
The UMD build is also available on [unpkg](https://unpkg.com/scroll-into-view-if-needed/umd/): | ||
```html | ||
<script src="https://unpkg.com/scroll-into-view-if-needed/umd/scroll-into-view-if-needed.min.js"></script> | ||
``` | ||
You can find the library on `window.scrollIntoView`. | ||
## Usage | ||
@@ -23,0 +31,0 @@ |
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
63359
380