@cuppet/core 1.0.10 → 1.0.11
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
|
@@ -5,7 +5,7 @@ Core testing framework components for Cuppet - a BDD framework based on Cucumber
|
|
|
5
5
|
## Installation
|
|
6
6
|
|
|
7
7
|
```bash
|
|
8
|
-
|
|
8
|
+
yarn install @cuppet/core
|
|
9
9
|
```
|
|
10
10
|
|
|
11
11
|
## Usage
|
|
@@ -134,7 +134,7 @@ This package requires the following peer dependencies:
|
|
|
134
134
|
Make sure to install these in your project:
|
|
135
135
|
|
|
136
136
|
```bash
|
|
137
|
-
|
|
137
|
+
yarn install @cucumber/cucumber config
|
|
138
138
|
```
|
|
139
139
|
|
|
140
140
|
## License
|