handy-scroll 2.0.0 → 2.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -26,7 +26,7 @@ import "handy-scroll";
|
|
|
26
26
|
If you don’t use bundlers, just import the component as a module in your HTML files:
|
|
27
27
|
|
|
28
28
|
```html
|
|
29
|
-
<script type="module" src="https://
|
|
29
|
+
<script type="module" src="https://esm.run/handy-scroll"></script>
|
|
30
30
|
```
|
|
31
31
|
|
|
32
32
|
## Standard usage
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "handy-scroll",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1",
|
|
4
4
|
"description": "Handy dependency-free floating scrollbar web component",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
},
|
|
27
27
|
"keywords": [
|
|
28
28
|
"scrollbar",
|
|
29
|
-
"component",
|
|
29
|
+
"web-component",
|
|
30
30
|
"user-interface"
|
|
31
31
|
],
|
|
32
32
|
"author": "Amphiluke",
|