Skip to content

Commit 3c92f93

Browse files
authored
Upgrade dependencies (#22)
Signed-off-by: Herman Singh Badwal <hermanba@ca.ibm.com>
1 parent 7248278 commit 3c92f93

File tree

4 files changed

+340
-608
lines changed

4 files changed

+340
-608
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
node_modules
2+
.npmrc

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: node_js
22
node_js:
3-
- '8'
4-
- '10'
3+
- '12'
4+
- '14'
55
script:
66
- node_modules/.bin/eslint .

0 commit comments

Comments
 (0)