Skip to content

Commit

Permalink
Merge pull request #48 from GoogleChrome/revert-47-package-update
Browse files Browse the repository at this point in the history
Revert "Moves some devDependencies to dependencies."
  • Loading branch information
jeffposnick committed Sep 22, 2016
2 parents d92b5ad + 88aa74a commit 54ac98b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
File renamed without changes.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"publish-docs": "publish-docs.sh",
"build": "echo 'Skip Build Step.'",
"bundle": "./project/create-release-bundle.sh",
"build-docs": "jsdoc -c ./jsdoc.json -d ",
"build-docs": "jsdoc -c ./jsdoc.conf -d ",
"lint": "eslint './**/*.js'",
"test": "npm run lint && mocha",
"istanbul": "npm run lint && istanbul cover _mocha",
Expand All @@ -27,28 +27,28 @@
"bugs": {
"url": "https://github.com/GoogleChrome/selenium-assistant/issues"
},
"homepage": "https://googlechrome.github.io/selenium-assistant/",
"homepage": "https://github.com/GoogleChrome/selenium-assistant#readme",
"devDependencies": {
"chai": "^3.5.0",
"chromedriver": "^2.24.0",
"coveralls": "^2.11.12",
"eslint": "^3.5.0",
"eslint-config-google": "^0.6.0",
"express": "^4.14.0",
"geckodriver": "^1.1.2",
"istanbul": "^0.4.5",
"jsdoc": "^3.4.1",
"mocha": "^3.0.2",
"npm-publish-scripts": "^2.0.7",
"npm-publish-scripts": "2.0.6",
"operadriver": "^0.2.2",
"sinon": "^1.17.6"
},
"dependencies": {
"chalk": "^1.1.3",
"chromedriver": "^2.24.0",
"del": "^2.2.0",
"dmg": "^0.1.0",
"fs-extra": "^0.30.0",
"geckodriver": "^1.1.2",
"mkdirp": "^0.5.1",
"operadriver": "^0.2.2",
"request": "^2.72.0",
"selenium-webdriver": "^3.0.0-beta-2",
"which": "^1.2.11",
Expand Down

0 comments on commit 54ac98b

Please sign in to comment.