Skip to content

Commit

Permalink
Merge pull request #304 from guoyunhe/patch-1
Browse files Browse the repository at this point in the history
Update minimist version
  • Loading branch information
tonyganch authored Mar 30, 2020
2 parents cb4be1c + 3e2039b commit 3c19aca
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 66 deletions.
10 changes: 6 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
language: node_js
node_js:
- '7'
- '6'
- '5'
- '4'
- '13'
- '12'
- '11'
- '10'
- '9'
- '8'
97 changes: 36 additions & 61 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"gonzales": "./bin/gonzales.js"
},
"dependencies": {
"minimist": "^1.2.0"
"minimist": "^1.2.5"
},
"devDependencies": {
"babel-core": "^6.18.2",
Expand Down

0 comments on commit 3c19aca

Please sign in to comment.