update-notifier
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -1,2 +0,2 @@ | ||
/* eslint-disable xo/no-process-exit */ | ||
/* eslint-disable unicorn/no-process-exit */ | ||
'use strict'; | ||
@@ -3,0 +3,0 @@ var updateNotifier = require('./'); |
@@ -132,3 +132,4 @@ 'use strict'; | ||
process.on('SIGINT', function () { | ||
console.error('\n' + message); | ||
console.error(''); | ||
process.exit(); | ||
}); | ||
@@ -135,0 +136,0 @@ } |
{ | ||
"name": "update-notifier", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Update notifications for your CLI app", | ||
@@ -16,3 +16,3 @@ "license": "BSD-2-Clause", | ||
"scripts": { | ||
"test": "xo && mocha --timeout 20000" | ||
"test": "if-node-version \">=4\" xo && mocha --timeout 20000" | ||
}, | ||
@@ -49,2 +49,3 @@ "files": [ | ||
"fixture-stdout": "^0.2.1", | ||
"if-node-version": "^1.1.0", | ||
"mocha": "*", | ||
@@ -51,0 +52,0 @@ "strip-ansi": "^3.0.1", |
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
10963
140
6