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