Comparing version 1.0.2 to 1.0.3
@@ -1,2 +0,2 @@ | ||
// Copyright (C) 2015 IBM Corporation and Others. All Rights Reserved. | ||
// Copyright (C) 2015-2016 IBM Corporation and Others. All Rights Reserved. | ||
@@ -45,3 +45,3 @@ // Install by using spawn | ||
if(fs.existsSync(icudat)) { | ||
console.log(' √ ' + icudat + " (existing symlink?)"); | ||
console.log(' √ ' + icudat + " (existing link?)"); | ||
} else if(!fs.existsSync(datPath)) { | ||
@@ -51,7 +51,7 @@ console.log(' • ' + ' (no ' + icudat + ' at ‘' + datPath+'’)'); | ||
try { | ||
fs.linkSync(datPath, icudat); | ||
console.log(' √ ' + icudat + " (link)"); | ||
} catch(e) { | ||
fs.symlinkSync(datPath, icudat); | ||
console.log(' √ ' + icudat + " (symlink)"); | ||
} catch(e) { | ||
fs.linkSync(datPath, icudat); | ||
console.log(' √ ' + icudat + " (link)"); | ||
} | ||
@@ -58,0 +58,0 @@ } |
{ | ||
"name": "full-icu", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "install 'full-icu' data for your current node", | ||
@@ -15,3 +15,3 @@ "scripts": { | ||
"main": "full-icu.js", | ||
"author": "The ICU Team; © 1997-2015 IBM Corporation and Others, All Rights Reserved", | ||
"author": "The ICU Team; © 1997-2016 IBM Corporation and Others, All Rights Reserved", | ||
"license": "MIT", | ||
@@ -18,0 +18,0 @@ "repository": { |
@@ -64,2 +64,2 @@ // Copyright (C) 2015 IBM Corporation and Others. All Rights Reserved. | ||
} | ||
console.log('News: Please see https://github.com/icu-project/full-icu-npm/issues/6'); |
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
31025
219