Skip to content

Commit

Permalink
Fixing test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
ralic committed Oct 24, 2019
1 parent 5fd6840 commit 3bcecc6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ env:
zkP183w3LESZo2MA/iWtADxSY8e4ws1UJ7gwNH4P2sw+Qcxr+Q4=
install:
- npm install -g jshint jsonlint npm
- npm install -g grunt-cli
- npm install

Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,15 @@
},
"dependencies": {
"colors": "^1.1.2",
"lodash": "^4.17.12",
"lodash": "^4.17.11",
"q": "^1.4.1",
"requestretry": "^4.0.2",
"sauce-tunnel": "^2.5.0",
"saucelabs": "^1.5.0"
},
"peerDependencies": {
"grunt": "~0.4.4"
},
"devDependencies": {
"eslint": "^6.5.1",
"eslint-config-google": "^0.14.0",
Expand Down

0 comments on commit 3bcecc6

Please sign in to comment.