Skip to content

Commit

Permalink
Update dependencies (#133)
Browse files Browse the repository at this point in the history
Update nvm node version
Add .editorconfig
Update dev dependencies
Remove some dependencies vulnerabilities (`npm audit fix`)
  • Loading branch information
NMFR committed Aug 30, 2020
1 parent 0a410a9 commit b3a3ada
Show file tree
Hide file tree
Showing 4 changed files with 4,694 additions and 3,610 deletions.
16 changes: 16 additions & 0 deletions .editorconfig
@@ -0,0 +1,16 @@
root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true

[Makefile]
indent_style = tab

[*.md]
indent_size = 4
trim_trailing_whitespace = false
2 changes: 1 addition & 1 deletion .nvmrc
@@ -1 +1 @@
v8.9.4
v14.9.0

0 comments on commit b3a3ada

Please sign in to comment.