diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 2064ab1..7ce373b 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ tools/gyp out/ gypkg_deps/ node_modules/ +npm-debug.log diff --git a/package.json b/package.json index 275fffe..9c8da2a 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,6 @@ "author": "Fedor Indutny <fedor@indutny.com>", "license": "MIT", "dependencies": { - "gypkg": "^1.1.0" + "gypkg": "^1.2.0" } } |