vanilla-back-to-top
Advanced tools
Comparing version 4.0.3 to 4.0.4
{ | ||
"name": "vanilla-back-to-top", | ||
"version": "4.0.3", | ||
"version": "4.0.4", | ||
"description": "Configurable zero dependency Back To Top button", | ||
@@ -11,4 +11,6 @@ "main": "dist/vanilla-back-to-top.umd.min.js", | ||
"keywords": [ | ||
"back", | ||
"return", | ||
"go", | ||
"up", | ||
"back", | ||
"top", | ||
@@ -15,0 +17,0 @@ "button", |
@@ -9,3 +9,3 @@ # Vanilla Back To Top | ||
Consider [★ starring](https://github.com/vfeskov/vanilla-back-to-top) if you like it! | ||
[★ Star me on GitHub](https://github.com/vfeskov/vanilla-back-to-top) | ||
@@ -16,7 +16,7 @@ ## How to use | ||
```html | ||
<script src="https://unpkg.com/vanilla-back-to-top@4.0.3/dist/vanilla-back-to-top.min.js"></script> | ||
<script src="https://unpkg.com/vanilla-back-to-top@4.0.4/dist/vanilla-back-to-top.min.js"></script> | ||
<script>addBackToTop({})</script> | ||
``` | ||
If you don't want to rely on [unpkg.com](https://unpkg.com/#/about), save [the file](https://unpkg.com/vanilla-back-to-top@4.0.3/dist/vanilla-back-to-top.min.js) to your project and serve it from your server: | ||
If you don't want to rely on [unpkg.com](https://unpkg.com/#/about), save [the file](https://unpkg.com/vanilla-back-to-top@4.0.4/dist/vanilla-back-to-top.min.js) to your project and serve it from your server: | ||
```html | ||
@@ -23,0 +23,0 @@ <script src="/assets/vanilla-back-to-top.min.js"></script> |
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
10172