Skip to content

Commit

Permalink
fix: Fix vulnerabilities (#125)
Browse files Browse the repository at this point in the history
* chore: update deps to fix vulnerabilities
* chore: update codacy-coverage
* fix: trying to force Travis using npm instead of yarn
  • Loading branch information
mattallty committed Oct 24, 2018
1 parent 57b2f9b commit 9577743
Show file tree
Hide file tree
Showing 4 changed files with 1,389 additions and 936 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ node_js:
- 8
- 10

install:
- npm install

script:
- npm test
- npm run coverage
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<a name="1.0.0"></a>
# [1.0.0](https://github.com/mattallty/Caporal.js/compare/v0.10.0...v1.0.0) (2018-10-24)

**This is a major update which drops support for node.js < 6**

### Bug Fixes

Expand Down
Loading

0 comments on commit 9577743

Please sign in to comment.