1
0
mirror of https://git.cloudron.io/cloudron/freshrss-app synced 2025-09-24 22:07:39 +00:00

add chromedriver

This commit is contained in:
Girish Ramakrishnan
2018-05-21 12:36:04 -07:00
parent 345421b682
commit dabba92680
3 changed files with 7 additions and 5 deletions

View File

@@ -9,6 +9,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"chromedriver": "^2.38.3",
"ejs": "^2.4.2",
"expect.js": "^0.3.1",
"mkdirp": "^0.5.1",
@@ -16,7 +17,6 @@
"rimraf": "^2.5.3",
"selenium-server-standalone-jar": "^2.53.1",
"selenium-webdriver": "^2.53.3",
"superagent": "^1.4.0",
"chromedriver": "^2.27.0"
"superagent": "^1.4.0"
}
}