Skip to content

Commit

Permalink
Fixed package.json
Browse files Browse the repository at this point in the history
Edited package.json to reflect some new packages.
  • Loading branch information
omgmajk committed Sep 28, 2021
1 parent 82033f9 commit f7072c7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.MD
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# selenium-cucumber-js
# updated-selenium-cucumber-js

# Updates
Original package created by John Doherty, updated with some new dependencies. Not perfect yet, still in early alpha.

[![npm](https://img.shields.io/npm/dt/selenium-cucumber-js.svg)](https://www.npmjs.com/package/selenium-cucumber-js)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "updated-selenium-cucumber-js",
"version": "1.8.2",
"version": "1.8.2-rc1",
"description": "JavaScript browser automation framework using official selenium-webdriver and cucumber-js, originally developed by John Doherty ([email protected]).",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit f7072c7

Please sign in to comment.