about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--package.json2
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"
   }
 }