Updated with new methods

This commit is contained in:
Yorick
2016-04-05 11:42:41 +00:00
parent 2bdcf41538
commit 75b1a4c9bf
71 changed files with 14055 additions and 403 deletions
+11
View File
@@ -0,0 +1,11 @@
{
'targets': [
{
'target_name': 'node_sleep',
'sources': [
'sleep.cc',
],
"include_dirs": ["<!(node -e \"require('nan')\")"]
}
]
}