Skip to content
This repository has been archived by the owner on Oct 6, 2022. It is now read-only.

Commit

Permalink
Merge pull request #199 from FernandoMorais/chrome-driver-fix
Browse files Browse the repository at this point in the history
Fix postinstall script with chrome driver version
  • Loading branch information
Paulius Saulėnas committed Feb 11, 2020
2 parents e51447a + 4ce1126 commit aef0658
Showing 1 changed file with 55 additions and 55 deletions.
110 changes: 55 additions & 55 deletions package.json
@@ -1,55 +1,55 @@
{
"name": "hobknob",
"version": "3.0.0",
"description": "Front end for managing feature toggles in etcd",
"scripts": {
"postinstall": "webdriver-manager update",
"prestart": "bower cache clean --config.interactive=false && bower install --config.interactive=false",
"start": "node server/app.js",
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git://github.com/opentable/hobknob.git"
},
"author": "Ryan Tomlinson <tomlinsonryan@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/opentable/hobknob/issues"
},
"engines": {
"node": ">=12.0.0"
},
"dependencies": {
"async": "^2.0.0-rc.6",
"body-parser": "^1.14.0",
"config": "^1.16.0",
"express": "~3.4.8",
"express-session": "^1.11.3",
"js-yaml": "~3.4.2",
"jsonwebtoken": "^7.1.3",
"node-etcd": "^4.2.1",
"passport": "^0.3.0",
"passport-azure-ad-oauth2": "^0.0.4",
"passport-google-oauth": "^0.2.0",
"pug": "^2.0.0-beta4",
"request": "~2.64.0",
"string": "^3.3.1",
"underscore": "^1.8.3",
"validator": "^4.0.6"
},
"devDependencies": {
"bower": "^1.8.0",
"forever-monitor": "~1.7.0",
"grunt": "~0.4.5",
"grunt-cli": "~0.1.13",
"grunt-contrib-copy": "~0.8.1",
"grunt-eslint": "^17.2.0",
"grunt-ng-constant": "^1.1.0",
"grunt-protractor-runner": "5.0.0",
"grunt-simple-mocha": "^0.4.0",
"matchdep": "~1.0.0",
"protractor": "5.4.2",
"shelljs": "~0.5.3"
}
}
{
"name": "hobknob",
"version": "3.0.0",
"description": "Front end for managing feature toggles in etcd",
"scripts": {
"postinstall": "webdriver-manager update --chrome --versions.chrome=79.0.3945.36",
"prestart": "bower cache clean --config.interactive=false && bower install --config.interactive=false",
"start": "node server/app.js",
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git://github.com/opentable/hobknob.git"
},
"author": "Ryan Tomlinson <tomlinsonryan@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/opentable/hobknob/issues"
},
"engines": {
"node": ">=12.0.0"
},
"dependencies": {
"async": "^2.0.0-rc.6",
"body-parser": "^1.14.0",
"config": "^1.16.0",
"express": "~3.4.8",
"express-session": "^1.11.3",
"js-yaml": "~3.4.2",
"jsonwebtoken": "^7.1.3",
"node-etcd": "^4.2.1",
"passport": "^0.3.0",
"passport-azure-ad-oauth2": "^0.0.4",
"passport-google-oauth": "^0.2.0",
"pug": "^2.0.0-beta4",
"request": "~2.64.0",
"string": "^3.3.1",
"underscore": "^1.8.3",
"validator": "^4.0.6"
},
"devDependencies": {
"bower": "^1.8.0",
"forever-monitor": "~1.7.0",
"grunt": "~0.4.5",
"grunt-cli": "~0.1.13",
"grunt-contrib-copy": "~0.8.1",
"grunt-eslint": "^17.2.0",
"grunt-ng-constant": "^1.1.0",
"grunt-protractor-runner": "5.0.0",
"grunt-simple-mocha": "^0.4.0",
"matchdep": "~1.0.0",
"protractor": "5.4.2",
"shelljs": "~0.5.3"
}
}

0 comments on commit aef0658

Please sign in to comment.