Make sure there is only one .gyp file in the tarball (#901)

This commit is contained in:
Yavor Georgiev 2017-03-09 14:34:01 +01:00 committed by GitHub
parent 72329865ec
commit 9e70a493e9
3 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
},
"includes": [
"target_defaults.gypi",
"realm.gyp"
"realm.gypi"
],
"targets": [
{

View File

@ -39,7 +39,7 @@
"tests",
"vendor",
"binding.gyp",
"realm.gyp",
"realm.gypi",
"target_defaults.gypi",
"dependencies.list"
],