ink-motion 1.0.0 → 1.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.
Files changed (2) hide show
  1. package/README.md +0 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -23,7 +23,6 @@ pnpm add ink-motion
23
23
  ```tsx
24
24
  import { render } from 'ink'
25
25
  import { Shimmer, Typewriter } from 'ink-motion'
26
- import React from 'react'
27
26
 
28
27
  function App() {
29
28
  return (
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ink-motion",
3
3
  "type": "module",
4
- "version": "1.0.0",
4
+ "version": "1.0.1",
5
5
  "description": "Motion and animation components for Ink - beautiful text effects for your CLI",
6
6
  "author": "James Glenn",
7
7
  "license": "MIT",