@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.
Files changed (2) hide show
  1. package/README.md +2 -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 @moltin/component-test-framework
7
+ yarn add --dev @elasticpath/component-test-framework
8
8
  ```
9
9
 
10
10
  *With NPM*
11
11
  ```shell
12
- npm install --save-dev @moltin/component-test-framework
12
+ npm install --save-dev @elasticpath/component-test-framework
13
13
  ```
14
14
 
15
15
  ### Usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elasticpath/component-test-framework",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "A framework for component tests written using ts-flow",
5
5
  "main": "./lib/index.js",
6
6
  "directories": {