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.
2 parents 44a4476 + 159e785 commit 37f5343Copy full SHA for 37f5343
.travis.yml
@@ -10,11 +10,6 @@ node_js:
10
install:
11
- npm install -g codecov
12
- npm install
13
-script:
14
- - 'grunt'
15
-install:
16
- - npm install -g codecov
17
- - npm install
18
after_success:
19
- npm run codecov
20
branches:
package.json
@@ -21,11 +21,11 @@
21
"node": ">= 0.8.0"
22
},
23
"scripts": {
24
- "test": "grunt --force"
+ "test": "grunt -f"
25
26
"devDependencies": {
27
- "grunt-contrib-jshint": "~0.1.1",
28
- "grunt": "1.0.1",
+ "grunt-contrib-jshint": "^2.0.0",
+ "grunt": "1.0.3",
29
"grunt-cli": "1.2.0"
30
31
"peerDependencies": {
@@ -35,6 +35,6 @@
35
"gruntplugin"
36
],
37
"dependencies": {
38
- "htmlhint": "~0.9.13"
+ "htmlhint": "^0.10.1"
39
}
40
0 commit comments