@tos_/cli-welcome
Advanced tools
Comparing version 0.0.4 to 1.0.0
@@ -18,3 +18,3 @@ #!/usr/bin/env node | ||
clear: true, | ||
version: 1 | ||
version: '' | ||
}; | ||
@@ -39,2 +39,2 @@ const opts = {...defaultOptions, ...options}; | ||
console.log(); | ||
} | ||
}; |
{ | ||
"name": "@tos_/cli-welcome", | ||
"version": "0.0.4", | ||
"version": "1.0.0", | ||
"description": "Welcome customised header for Node.js CLI software", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -12,3 +12,3 @@ const welcome = require('./index.js'); | ||
clear: true, | ||
version: `v1.0` | ||
version: `1.0` | ||
}); |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
5291
1