print nan
This commit is contained in:
parent
b3b0c4ab80
commit
6ddfc23753
2
index.js
2
index.js
|
@ -47,6 +47,8 @@ module.exports = {
|
||||||
root : thisDir,
|
root : thisDir,
|
||||||
include : `${thisDir}/include`,
|
include : `${thisDir}/include`,
|
||||||
|
|
||||||
|
printNan() { require('nan'); },
|
||||||
|
|
||||||
_rd :`${thisDir}/_rd.bat`,
|
_rd :`${thisDir}/_rd.bat`,
|
||||||
_del :`${thisDir}/_del.bat`,
|
_del :`${thisDir}/_del.bat`,
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"name": "node-addon-tools-raub",
|
"name": "node-addon-tools-raub",
|
||||||
"author": "Luis Blanco <raubtierxxx@gmail.com>",
|
"author": "Luis Blanco <raubtierxxx@gmail.com>",
|
||||||
"description": "A set of extra tools for Node.js addons.",
|
"description": "A set of extra tools for Node.js addons.",
|
||||||
"version": "0.0.9",
|
"version": "0.1.0",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"node",
|
"node",
|
||||||
|
|
Loading…
Reference in New Issue