about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorFedor Indutny <fedor@indutny.com>2016-06-06 23:11:22 -0400
committerFedor Indutny <fedor@indutny.com>2016-06-06 23:11:22 -0400
commita85336e4922faae3dd89b346de5efd2e25eb81b8 (patch)
tree4f9cd4cb2469591a6c8b93990722290eef405d0d
parentf627f6fbd19f1726a920f5bd869ecce1dbae919b (diff)
downloaduv_link_t-a85336e4922faae3dd89b346de5efd2e25eb81b8.tar.gz
package: bump gypkg just in case
-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"
   }
 }