fix export
This commit is contained in:
parent
2ef1f5bb15
commit
fdb897e68f
4
index.js
4
index.js
|
@ -1,6 +1,4 @@
|
|||
'use strict';
|
||||
|
||||
|
||||
module.exports = {
|
||||
root : __dirname,
|
||||
};
|
||||
module.exports = `${__dirname}/include`;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "node-addon-tools-raub",
|
||||
"author": "Luis Blanco <raubtierxxx@gmail.com>",
|
||||
"description": "WebGL for nodejs",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.2",
|
||||
"main": "index.js",
|
||||
"keywords": [
|
||||
"node",
|
||||
|
|
Loading…
Reference in New Issue