lumidot 0.6.1 → 1.0.0

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 +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -73,6 +73,10 @@ The animation mode is determined automatically by the pattern:
73
73
 
74
74
  - Respects `prefers-reduced-motion` — animations are disabled when the user prefers reduced motion
75
75
 
76
+ ## Related
77
+
78
+ - [lumiterm](https://www.npmjs.com/package/lumiterm) — Same dot-grid animations for the terminal (Node.js)
79
+
76
80
  ## License
77
81
 
78
82
  MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lumidot",
3
- "version": "0.6.1",
3
+ "version": "1.0.0",
4
4
  "description": "Dot-grid loading animations for React. Tiny, flexible, beautiful. 36 patterns & 20 colors.",
5
5
  "license": "MIT",
6
6
  "author": {