Skip to content

Commit

Permalink
Merge pull request #39 from woodyrew/patch-1
Browse files Browse the repository at this point in the history
Upgraded minimatch version
  • Loading branch information
jergason authored Aug 14, 2016
2 parents 577b411 + f728e67 commit b0114b3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
language: node_js
node_js:
- "node"
- "6"
- "5"
- "4"
- "4.4"
- "4.3"
- "4.2"
- "4.1"
- "4.0"
- "iojs"
- "0.12"
- "0.11"
- "0.10"
- "0.8"
- "0.6"
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
"lister"
],
"engines": {
"node": ">=0.6.6"
"node": ">=0.10.0"
},
"dependencies": {
"minimatch": "0.3.0"
"minimatch": "3.0.2"
},
"devDependencies": {
"mocha": "1.14.0"
}
}
}

0 comments on commit b0114b3

Please sign in to comment.