Skip to content

Commit

Permalink
fix: Upgrade package dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
prantlf committed Sep 24, 2019
1 parent dd83f1a commit 39796be
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 17 deletions.
1 change: 0 additions & 1 deletion .coveralls.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
service_name: travis-ci
repo_token: y5JLX7a8TrFgTFVBNbxonAHf8YUlrP5aR
11 changes: 3 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
sudo: false
language: node_js
cache:
directories:
- ~/.npm
notifications:
email: false
node_js:
- '12'
- '10'
- '8'
- '6'
- node
- lts/*
- 8
before_script:
- npm install -g grunt-cli
after_success:
Expand Down
14 changes: 7 additions & 7 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 @@ -32,7 +32,7 @@
"post_coverage": "GRUNT_MOVE_COVERAGE=1 grunt default coveralls"
},
"dependencies": {
"async": "~3.0.1",
"async": "~3.1.0",
"chalk": "^2.4.2"
},
"devDependencies": {
Expand Down

0 comments on commit 39796be

Please sign in to comment.