react-text-swap-animation 1.5.0 → 1.5.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 +3 -7
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,10 +8,6 @@ The text is animated in position after calculating initial and final positions o
8
8
  Install
9
9
  ----
10
10
 
11
- `yarn add react-text-swap-animation`
12
-
13
- or
14
-
15
11
  `npm install react-text-swap-animation`
16
12
 
17
13
  Demo
@@ -19,7 +15,7 @@ Demo
19
15
 
20
16
  [DEMO](https://xwdw2.csb.app/)
21
17
 
22
- [CodeSandbox](https://codesandbox.io/s/react-text-swap-animation-demo-xwdw2)
18
+ [CodeSandbox](https://codesandbox.io/p/sandbox/react-text-swap-animation-demo-xwdw2)
23
19
 
24
20
  Usage
25
21
  ----
@@ -91,8 +87,8 @@ Run Locally
91
87
 
92
88
  To run demo locally:
93
89
 
94
- - `yarn`
95
- - `yarn start`
90
+ - `npm i`
91
+ - `npm start`
96
92
 
97
93
  and a browser will open to the demo.
98
94
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-text-swap-animation",
3
- "version": "1.5.0",
3
+ "version": "1.5.1",
4
4
  "author": "Scott Canoni",
5
5
  "description": "A React component to use CSS animations to swap letters in 2 words. The text is animated in position after calculating initial and final positions of each letter. Words which are anagrams will animate well, but you can use any words or phrases.",
6
6
  "license": "WTFPL",