fix export

This commit is contained in:
Luis Blanco 2018-01-01 12:17:17 +03:00
parent 2ef1f5bb15
commit fdb897e68f
2 changed files with 2 additions and 4 deletions

View File

@ -1,6 +1,4 @@
'use strict'; 'use strict';
module.exports = { module.exports = `${__dirname}/include`;
root : __dirname,
};

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": "WebGL for nodejs", "description": "WebGL for nodejs",
"version": "0.0.1", "version": "0.0.2",
"main": "index.js", "main": "index.js",
"keywords": [ "keywords": [
"node", "node",