We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fd6840 commit 3bcecc6Copy full SHA for 3bcecc6
.travis.yml
@@ -26,6 +26,7 @@ env:
26
zkP183w3LESZo2MA/iWtADxSY8e4ws1UJ7gwNH4P2sw+Qcxr+Q4=
27
28
install:
29
+ - npm install -g jshint jsonlint npm
30
- npm install -g grunt-cli
31
- npm install
32
package.json
@@ -25,12 +25,15 @@
25
},
"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"
33
34
+ "peerDependencies": {
35
+ "grunt": "~0.4.4"
36
+ },
37
"devDependencies": {
38
"eslint": "^6.5.1",
39
"eslint-config-google": "^0.14.0",
0 commit comments