Skip to content

Commit 37f5343

Browse files
authored
Merge pull request #31 from mobilemind/master
resolve npm audit warnings & allow Travis build success w/"-f" (force) option
2 parents 44a4476 + 159e785 commit 37f5343

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

.travis.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@ node_js:
1010
install:
1111
- npm install -g codecov
1212
- npm install
13-
script:
14-
- 'grunt'
15-
install:
16-
- npm install -g codecov
17-
- npm install
1813
after_success:
1914
- npm run codecov
2015
branches:

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
"node": ">= 0.8.0"
2222
},
2323
"scripts": {
24-
"test": "grunt --force"
24+
"test": "grunt -f"
2525
},
2626
"devDependencies": {
27-
"grunt-contrib-jshint": "~0.1.1",
28-
"grunt": "1.0.1",
27+
"grunt-contrib-jshint": "^2.0.0",
28+
"grunt": "1.0.3",
2929
"grunt-cli": "1.2.0"
3030
},
3131
"peerDependencies": {
@@ -35,6 +35,6 @@
3535
"gruntplugin"
3636
],
3737
"dependencies": {
38-
"htmlhint": "~0.9.13"
38+
"htmlhint": "^0.10.1"
3939
}
4040
}

0 commit comments

Comments
 (0)