node-windows
Advanced tools
Comparing version 0.1.10 to 0.1.11
@@ -67,4 +67,5 @@ // Handle input parameters | ||
console.warn(argv.d+' not found.'); | ||
argv.d = process.cwd(); | ||
} | ||
argv.d = process.cwd(); | ||
argv.d = p.resolve(argv.d); | ||
} | ||
@@ -71,0 +72,0 @@ |
{ | ||
"name": "node-windows", | ||
"version": "0.1.10", | ||
"version": "0.1.11", | ||
"description": "Support for Windows services, event logging, UAC, and several helper methods for interacting with the OS.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -5,3 +5,3 @@ # Update (5/21/15) | ||
The number of issues between this project and it's sister projects ((node-mac)[https://github.com/coreybutler/node-mac] & (node-mac)[https://github.com/coreybutler/node-linux]) are accruing at a rate that deserves more attention than I can provide on my own. I'm actively looking for maintainers to help run this project. Please get in touch via gitter if you're interested. | ||
The number of issues between this project and it's sister projects ([node-mac](https://github.com/coreybutler/node-mac) & [node-linux](https://github.com/coreybutler/node-linux)) are accruing at a rate that deserves more attention than I can provide on my own. I'm actively looking for maintainers to help run this project. Please get in touch via gitter if you're interested. | ||
@@ -8,0 +8,0 @@ [![NPM version](https://badge.fury.io/js/node-windows.png)](http://badge.fury.io/js/node-windows) |
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
181733
1253