Comparing version 1.1.3 to 1.2.0
@@ -25,2 +25,5 @@ // Copyright (C) 2015 IBM Corporation and Others. All Rights Reserved. | ||
/* | ||
Commented until https://github.com/nodejs/node/issues/3460 is fixed. | ||
if( node_maj >= 7 ) { | ||
@@ -33,2 +36,3 @@ if( nodever === '7.0.0-pre' ) { | ||
} | ||
*/ | ||
@@ -88,2 +92,2 @@ if(!process.config.variables.icu_small) { | ||
} | ||
} | ||
} |
@@ -14,11 +14,11 @@ // Copyright (C) 2015-2016 IBM Corporation and Others. All Rights Reserved. | ||
var icudat = fullIcu.icudat; | ||
var cmdPath = nodePath = process.env.npm_node_execpath; | ||
var npmPath = process.env.npm_execpath; | ||
var args; | ||
if ( /yarn\.js$/.test(npmPath) ) { | ||
if ( /yarn(\.js)?$/.test(npmPath) ) { | ||
console.log('Looks like you are using yarn…'); | ||
@@ -36,3 +36,3 @@ installVerb = 'add'; | ||
} | ||
console.log('full-icu$', cmdPath, args.join(' ')); | ||
@@ -39,0 +39,0 @@ var spawned = child_process.spawnSync(cmdPath, args, { stdio: 'inherit' }); |
{ | ||
"name": "full-icu", | ||
"version": "1.1.3", | ||
"version": "1.2.0", | ||
"description": "install 'full-icu' data for your current node", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
29408
195