Skip to content

Commit

Permalink
fix(package): bump secondary dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed Nov 2, 2018
1 parent cef7a74 commit e05bce1
Show file tree
Hide file tree
Showing 3 changed files with 4,490 additions and 2,383 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ branches:
- /^v\d+\.\d+\.\d+$/

before_install:
- NPM_VERSION=$(npm -v);if [[ ${NPM_VERSION:0:1} -lt 5 ]]; then npm install --global npm@5; fi
- NPM_VERSION=$(npm -v);if [[ ${NPM_VERSION:0:1} -lt 5 ]]; then npm install --global npm@5; fi

jobs:
include:
Expand Down
Loading

0 comments on commit e05bce1

Please sign in to comment.