diff --git a/README.MD b/README.MD index 2f1f470..a15d213 100755 --- a/README.MD +++ b/README.MD @@ -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) diff --git a/package.json b/package.json index 72f0204..f56ee98 100644 --- a/package.json +++ b/package.json @@ -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 (contact@johndoherty.info).", "main": "index.js", "scripts": {