k6-cucumber-steps 1.0.0 โ†’ 1.0.1

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 +3 -4
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,13 +1,12 @@
1
1
  # k6-cucumber-steps ๐Ÿฅ’๐Ÿงช
2
2
 
3
- <table align="center" style="margin-bottom:30px;"><tr><td align="center" width="9999" heigth="9999 " >
3
+ <table align="center" style="margin-bottom:30px;"><tr><td align="center" width="9999" heigth="9999" >
4
4
  <img src="assets/paschal logo (2).png" alt="paschal Logo" style="margin-top:25px;" align="center"/>
5
-
6
- #
5
+ </td></tr></table>
7
6
 
8
7
  [![npm version](https://img.shields.io/npm/v/k6-cucumber-steps.svg)](https://www.npmjs.com/package/k6-cucumber-steps)
9
8
  [![npm downloads](https://img.shields.io/npm/dt/k6-cucumber-steps.svg)](https://www.npmjs.com/package/k6-cucumber-steps)
10
- [![License](https://img.shields.io/npm/l/k6-cucumber-steps.svg)](./LICENSE)
9
+ [![license](https://img.shields.io/npm/l/k6-cucumber-steps)](https://github.com/qaPaschalE/k6-cucumber-steps/blob/main/LICENSE)
11
10
  [![Cucumber](https://img.shields.io/badge/built%20with-Cucumber-3178c6.svg)](https://cucumber.io/)
12
11
  [![Node.js](https://img.shields.io/badge/node-%3E=18-green.svg)](https://nodejs.org/)
13
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "k6-cucumber-steps",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "main": "index.js",
5
5
  "repository": {
6
6
  "type": "git",
@@ -39,7 +39,7 @@
39
39
  "engines": {
40
40
  "node": ">=18"
41
41
  },
42
- "author": "Enyimiri Chetachi Paschal",
42
+ "author": "qaPaschalE",
43
43
  "license": "ISC",
44
44
  "description": "Cucumber step definitions for running k6 performance tests.",
45
45
  "devDependencies": {