npm-update
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -26,3 +26,3 @@ 'use strict'; | ||
const opt = { | ||
timeout: options.timeout || 3000, | ||
timeout: options.timeout || 10E3, | ||
dataType: 'json', | ||
@@ -44,3 +44,3 @@ }; | ||
run ${chalk.cyan(`npm i ${packageName}@${semver.major(latestVersion)} -g`)}`, | ||
run ${chalk.cyan(`npm i ${packageName}@${latestVersion} -g`)}`, | ||
{ | ||
@@ -47,0 +47,0 @@ padding: 1, |
{ | ||
"name": "npm-update", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "npm update", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
5586