strong-service-install
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -0,1 +1,9 @@ | ||
2016-04-11, Version 2.0.2 | ||
========================= | ||
* ensure user HOME directory exists (Ryan Graham) | ||
* Refer to licenses with a link (Sam Roberts) | ||
2015-10-01, Version 2.0.1 | ||
@@ -2,0 +10,0 @@ ========================= |
@@ -373,3 +373,3 @@ 'use strict'; | ||
opts.cwd = opts.cwd || opts.env.HOME; | ||
// opts.dirs.push(opts.cwd); | ||
opts.dirs.push(opts.cwd); | ||
} | ||
@@ -376,0 +376,0 @@ if (opts.dryRun) { |
@@ -0,1 +1,3 @@ | ||
Copyright (c) 2013-2015 StrongLoop, Inc. | ||
strong-service-install uses a dual license model. | ||
@@ -2,0 +4,0 @@ |
{ | ||
"name": "strong-service-install", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Install a module as an OS service", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
47281