select-animation 1.1.2 → 1.1.4

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/package.json +1 -1
  2. package/readme.md +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "select-animation",
3
- "version": "1.1.2",
3
+ "version": "1.1.4",
4
4
  "description": "High-performance JavaScript animation engine for organic & fluid motion",
5
5
  "main": "select-animation.js",
6
6
  "scripts": {
package/readme.md CHANGED
@@ -42,7 +42,7 @@ npm install select-animation
42
42
  Include the script directly:
43
43
 
44
44
  ```html
45
- <script src="https://unpkg.com/select-animation/index.js"></script>
45
+ <script src="https://unpkg.com/select-animation/select-animation.js"></script>
46
46
  ```
47
47
 
48
48
  or via CDN if available.