@elasticpath/component-test-framework 1.0.4 → 1.0.5
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 +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,12 +4,12 @@
|
|
|
4
4
|
|
|
5
5
|
*With Yarn*
|
|
6
6
|
```shell
|
|
7
|
-
yarn add --dev @
|
|
7
|
+
yarn add --dev @elasticpath/component-test-framework
|
|
8
8
|
```
|
|
9
9
|
|
|
10
10
|
*With NPM*
|
|
11
11
|
```shell
|
|
12
|
-
npm install --save-dev @
|
|
12
|
+
npm install --save-dev @elasticpath/component-test-framework
|
|
13
13
|
```
|
|
14
14
|
|
|
15
15
|
### Usage
|