Update packages

This commit is contained in:
Girish Ramakrishnan 2018-09-11 16:14:50 -07:00
parent 0cd6523548
commit 6ea6e0cd30
1 changed files with 7 additions and 9 deletions

View File

@ -2,23 +2,21 @@
"name": "test", "name": "test",
"version": "1.0.0", "version": "1.0.0",
"description": "", "description": "",
"main": "test.js", "main": "index.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },
"author": "", "author": "",
"license": "ISC", "license": "ISC",
"devDependencies": { "dependencies": {
"ejs": "^2.3.4", "chromedriver": "^2.36.0",
"ejs": "^2.4.2",
"expect.js": "^0.3.1", "expect.js": "^0.3.1",
"mkdirp": "^0.5.1", "mkdirp": "^0.5.1",
"mocha": "^2.3.4", "mocha": "^2.5.3",
"rimraf": "^2.4.4", "rimraf": "^2.5.3",
"selenium-server-standalone-jar": "^2.53.0", "selenium-server-standalone-jar": "^2.53.1",
"selenium-webdriver": "^2.53.3", "selenium-webdriver": "^2.53.3",
"superagent": "^1.4.0" "superagent": "^1.4.0"
},
"dependencies": {
"chromedriver": "^2.37.0"
} }
} }