Restore crypto_key to migration
This commit is contained in:
parent
d44fc3db2f
commit
9b594880c8
5 changed files with 124 additions and 0 deletions
9
binding.gyp
Normal file
9
binding.gyp
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
'targets': [
|
||||
{
|
||||
'target_name': 'crypto_key',
|
||||
'sources': ['src/crypto_key.cc'],
|
||||
'include_dirs': ['<!(node -e "require(\'nan\')")']
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue