Rename compiled binding to KeyModule.

This commit is contained in:
Jeff Garzik 2013-07-10 15:32:38 -04:00
parent 4cfef3546c
commit c2f40f40ce
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
},
'targets': [
{
'target_name': 'Key',
'target_name': 'KeyModule',
'sources': [
'src/eckey.cc'
],

View File

@ -601,4 +601,4 @@ init (Handle<Object> target)
bitcoin::Key::Init(target);
}
NODE_MODULE(native, init)
NODE_MODULE(KeyModule, init)