scroll-to-future 1.0.0 → 1.0.2

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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -63,6 +63,8 @@ pnpm add scroll-to-future
63
63
  ### Improt styles
64
64
  ```bash
65
65
  import 'scroll-to-future/style.css';
66
+ ```
67
+
66
68
 
67
69
  The scroll container must have a constrained size and an `overflow` value such as `auto` or `scroll`.
68
70
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "scroll-to-future",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",