@tagplus/components 2.1.0 → 2.1.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.
package/README.md CHANGED
@@ -2,17 +2,17 @@
2
2
 
3
3
  ### Run your tests
4
4
  ```
5
- yarn run test
5
+ npm run test
6
6
  ```
7
7
 
8
8
  ### Lints and fixes files
9
9
  ```
10
- yarn run lint
10
+ npm run lint
11
11
  ```
12
12
 
13
13
  ### Run your unit tests
14
14
  ```
15
- yarn run test:unit
15
+ npm run test:unit
16
16
  ```
17
17
 
18
18
  ### Customize configuration