Skip to content

Commit

Permalink
Update nan and add package-lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Kieslich committed Jul 8, 2019
1 parent 6ef2a24 commit f31f9c1
Show file tree
Hide file tree
Showing 3 changed files with 243 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# EditorConfig is awesome: https://EditorConfig.org

# top-most EditorConfig file
root = true

# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
charset = utf-8
230 changes: 230 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"node": ">=0.10"
},
"dependencies": {
"nan": "^2.10.0"
"nan": "^2.14.0"
},
"devDependencies": {
"tap": "0.7.1"
Expand Down

0 comments on commit f31f9c1

Please sign in to comment.