diff options
author | Fedor Indutny <fedor@indutny.com> | 2016-06-06 23:11:22 -0400 |
---|---|---|
committer | Fedor Indutny <fedor@indutny.com> | 2016-06-06 23:11:22 -0400 |
commit | a85336e4922faae3dd89b346de5efd2e25eb81b8 (patch) | |
tree | 4f9cd4cb2469591a6c8b93990722290eef405d0d | |
parent | f627f6fbd19f1726a920f5bd869ecce1dbae919b (diff) | |
download | uv_link_t-a85336e4922faae3dd89b346de5efd2e25eb81b8.tar.gz |
package: bump gypkg just in case
-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" } } |