addon-tools-raub
Advanced tools
Comparing version 0.1.7 to 0.1.8
@@ -39,3 +39,3 @@ 'use strict'; | ||
if (isWindows) { | ||
process.env.path = `${process.env.path ? `${process.env.path};` : ''}${binPath}`; | ||
process.env.path = `${binPath};${process.env.path ? `${process.env.path}` : ''}`; | ||
} | ||
@@ -42,0 +42,0 @@ |
{ | ||
"author": "Luis Blanco <luisblanco1337@gmail.com>", | ||
"name": "addon-tools-raub", | ||
"version": "0.1.7", | ||
"author": "Luis Blanco <raubtierxxx@gmail.com>", | ||
"version": "0.1.8", | ||
"description": "A set of extra tools for Node.js addons", | ||
"license": "MIT", | ||
"main": "index.js", | ||
"keywords": [ | ||
"node", | ||
"addon", | ||
"header", | ||
"support", | ||
"headers", | ||
"include", | ||
"platform", | ||
"build", | ||
"paths", | ||
"events", | ||
"eventemitter", | ||
"emitter", | ||
"cpp", | ||
"compile", | ||
"macros", | ||
"helpers", | ||
"utils" | ||
], | ||
"engines": { | ||
"node": ">=8.11.1", | ||
"npm": ">=5.6.0" | ||
}, | ||
"maintainers": [ | ||
{ | ||
"name": "Luis Blanco", | ||
"email": "raubtierxxx@gmail.com", | ||
"email": "luisblanco1337@gmail.com", | ||
"skype": "rauber666" | ||
} | ||
], | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/raub/node-addon-tools.git" | ||
"url": "https://github.com/node-3d/node-addon-tools.git" | ||
}, | ||
@@ -36,0 +30,0 @@ "dependencies": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
53072