Skip to content

Commit

Permalink
Merge pull request #31 from mobilemind/master
Browse files Browse the repository at this point in the history
resolve npm audit warnings & allow Travis build success w/"-f" (force) option
  • Loading branch information
thedaviddias authored Oct 29, 2018
2 parents 44a4476 + 159e785 commit 37f5343
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ node_js:
install:
- npm install -g codecov
- npm install
script:
- 'grunt'
install:
- npm install -g codecov
- npm install
after_success:
- npm run codecov
branches:
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt --force"
"test": "grunt -f"
},
"devDependencies": {
"grunt-contrib-jshint": "~0.1.1",
"grunt": "1.0.1",
"grunt-contrib-jshint": "^2.0.0",
"grunt": "1.0.3",
"grunt-cli": "1.2.0"
},
"peerDependencies": {
Expand All @@ -35,6 +35,6 @@
"gruntplugin"
],
"dependencies": {
"htmlhint": "~0.9.13"
"htmlhint": "^0.10.1"
}
}

0 comments on commit 37f5343

Please sign in to comment.