Skip to content

Commit 7f55b41

Browse files
committed
fix: Upgrade package dependencies
1 parent 151e8c1 commit 7f55b41

File tree

5 files changed

+830
-558
lines changed

5 files changed

+830
-558
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
.nyc_output
33
coverage
44
node_modules
5+
npm-debug.log

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ node_js:
33
- node
44
- lts/*
55
- '8'
6-
before_install:
7-
- npm i -g npm
86
after_success:
97
- nyc report --reporter=text-lcov | npx coveralls
108
- npx semantic-release

0 commit comments

Comments
 (0)