npm: add binding.gyp to fix travis

This commit is contained in:
Fedor Indutny 2016-06-06 17:16:44 -04:00
parent f19bb5ca2a
commit 65ee3b519c
2 changed files with 5 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,4 +1,5 @@
test/deps/libuv
build/
tools/gyp
out/
gypkg_deps/

4
binding.gyp Normal file
View File

@ -0,0 +1,4 @@
# Just for npm
{
"targets": [{"target_name":"nop","type":"<(library)"}],
}