@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.
Files changed (2) hide show
  1. package/README.md +1 -2
  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 puppeteer config
137
+ npm install @cucumber/cucumber config
139
138
  ```
140
139
 
141
140
  ## License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cuppet/core",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
4
4
  "description": "Core testing framework components for Cuppet - BDD framework based on Cucumber and Puppeteer",
5
5
  "main": "index.js",
6
6
  "files": [