@cuppet/core 1.0.9 → 1.0.10
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 +1 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -129,13 +129,12 @@ The following components should be created in your project as they are specific
|
|
|
129
129
|
This package requires the following peer dependencies:
|
|
130
130
|
|
|
131
131
|
- `@cucumber/cucumber` ^11.0.0
|
|
132
|
-
- `puppeteer` ^24.0.1
|
|
133
132
|
- `config` ^3.3.9
|
|
134
133
|
|
|
135
134
|
Make sure to install these in your project:
|
|
136
135
|
|
|
137
136
|
```bash
|
|
138
|
-
npm install @cucumber/cucumber
|
|
137
|
+
npm install @cucumber/cucumber config
|
|
139
138
|
```
|
|
140
139
|
|
|
141
140
|
## License
|