@zkochan/npm-conf
Advanced tools
Comparing version 1.1.0 to 1.2.0
@@ -25,2 +25,6 @@ 'use strict'; | ||
if (conf.get('workspace-prefix')) { | ||
const workspaceConf = path.resolve(conf.get('workspace-prefix'), '.npmrc'); | ||
conf.addFile(workspaceConf, 'workspace'); | ||
} | ||
if (conf.get('prefix')) { | ||
@@ -27,0 +31,0 @@ const etc = path.resolve(conf.get('prefix'), 'etc'); |
{ | ||
"name": "@zkochan/npm-conf", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "Get the npm config", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
21476
657