Skip to content

Commit 5c0c295

Browse files
committed
dependency updates
Signed-off-by: Frank Jogeleit <frank.jogeleit@web.de>
1 parent 61d5e47 commit 5c0c295

File tree

5 files changed

+19536
-20017
lines changed

5 files changed

+19536
-20017
lines changed

.gitignore

Lines changed: 4 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,6 @@ lib-cov
2626
coverage
2727
*.lcov
2828

29-
# nyc test coverage
30-
.nyc_output
31-
32-
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
33-
.grunt
3429

3530
# Bower dependency directory (https://bower.io/)
3631
bower_components
@@ -72,28 +67,13 @@ typings/
7267
# parcel-bundler cache (https://parceljs.org/)
7368
.cache
7469

75-
# next.js build output
76-
.next
77-
78-
# nuxt.js build output
79-
.nuxt
80-
81-
# vuepress build output
82-
.vuepress/dist
83-
84-
# Serverless directories
85-
.serverless/
86-
87-
# FuseBox cache
88-
.fusebox/
89-
90-
# DynamoDB Local files
91-
.dynamodb/
92-
9370
# OS metadata
9471
.DS_Store
9572
Thumbs.db
9673

9774
# Ignore built ts files
9875
__tests__/runner/*
99-
lib/**/*
76+
lib/**/*
77+
78+
# IDE
79+
.vscode

0 commit comments

Comments
 (0)