Clean-up dependencies in package.json (#1853)

* Clean-up package.json dependencies.
* Updating to the latest version of closure and webdriverio.
This commit is contained in:
Andrew n marshall
2018-05-14 17:25:40 -07:00
committed by GitHub
parent 2e8c29de45
commit 1d55b90c2f

View File

@@ -27,11 +27,13 @@
"private": true,
"devDependencies": {
"eslint": "^4.16",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-insert": "^0.5.0",
"gulp-series": "^1.0.2",
"gulp-shell": "^0.6.5",
"jshint": "^2.9.5"
"jshint": "^2.9.5",
"webdriverio": "^4.12.0"
},
"jshintConfig": {
"globalstrict": true,
@@ -48,10 +50,6 @@
"unused": true
},
"dependencies": {
"google-closure-library": "^20180204.0.0",
"gulp": "^3.9.1",
"install": "^0.8.8",
"npm": "^4.4.4",
"webdriverio": "^4.6.2"
"google-closure-library": "^20180506.0.0"
}
}