Skip to content

Commit 23a307f

Browse files
author
John Doherty
committed
moved eyes.selenium from devDependencies to dependencies
1 parent 3951c50 commit 23a307f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "selenium-cucumber-js",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"description": "JavaScript browser automation framework using official selenium-webdriver and cucumber-js",
55
"main": "index.js",
66
"scripts": {
@@ -53,13 +53,13 @@
5353
"geckodriver": "1.1.2",
5454
"merge": "1.2.0",
5555
"require-dir": "0.3.2",
56-
"selenium-webdriver": "3.0.0"
56+
"selenium-webdriver": "3.0.0",
57+
"eyes.selenium": "0.0.72"
5758
},
5859
"devDependencies": {
5960
"eslint": "^3.19.0",
6061
"eslint-config-airbnb-base": "^11.2.0",
61-
"eslint-plugin-import": "^2.2.0",
62-
"eyes.selenium": "0.0.72"
62+
"eslint-plugin-import": "^2.2.0"
6363
},
6464
"eslintConfig": {
6565
"extends": "airbnb-base",

0 commit comments

Comments
 (0)