print nan

This commit is contained in:
Luis Blanco 2018-01-21 16:33:18 +03:00
parent b3b0c4ab80
commit 6ddfc23753
2 changed files with 3 additions and 1 deletions

View File

@ -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`,

View File

@ -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",