Skip to content

Commit

Permalink
Merge pull request #51 from icapps/update-dependencies
Browse files Browse the repository at this point in the history
update-dependencies
  • Loading branch information
horstenwillem committed Jul 30, 2021
2 parents cf8d99b + 0e4b64f commit 935073a
Show file tree
Hide file tree
Showing 6 changed files with 21,837 additions and 4,884 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
language: node_js

node_js:
- "8"
- "10"
- "12"
- "14"
- "16"
- "lts/*"

sudo: false
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Custom NodeJS error classes and definitions with an error parser utility functio

[![npm version](https://badge.fury.io/js/tree-house-errors.svg)](https://badge.fury.io/js/tree-house-errors)
[![Dependencies](https://david-dm.org/icapps/tree-house-errors.svg)](https://david-dm.org/icapps/tree-house-errors.svg)
[![Build Status](https://travis-ci.org/icapps/tree-house-errors.svg?branch=master)](https://travis-ci.org/icapps/tree-house-errors)
[![Build Status](https://travis-ci.com/icapps/tree-house-errors.svg?branch=master)](https://travis-ci.com/icapps/tree-house-errors)
[![Coverage Status](https://coveralls.io/repos/github/icapps/tree-house-errors/badge.svg)](https://coveralls.io/github/icapps/tree-house-errors) [![Greenkeeper badge](https://badges.greenkeeper.io/icapps/tree-house-errors.svg)](https://greenkeeper.io/)

## Installation
Expand Down
Loading

0 comments on commit 935073a

Please sign in to comment.