machinepack
Advanced tools
Comparing version 2.2.2 to 2.2.3
@@ -117,3 +117,10 @@ #!/usr/bin/env node | ||
console.log(); | ||
console.log('OK! I double-checked that each machine in this pack has a test in the tests folder and created one if necessary. I also regenerated the README.md file.'); | ||
console.log('Whew! I gave this pack a good scrubbing.\n'); | ||
console.log( | ||
' • regenerated the README.md file using the latest info from your package.json file\n'+ | ||
' • made sure your package.json file has a repo url in it; assuming this pack has a local repo (i.e. `.git` folder)\n'+ | ||
' • double-checked that each machine in this pack has a test in the tests folder and created new ones if necessary\n'+ | ||
' • ensured a `devDependency` on the proper version of `test-machinepack-mocha` in your package.json file\n'+ | ||
' • ensured you have the proper `npm test` script in your package.json file\n' | ||
); | ||
console.log(); | ||
@@ -120,0 +127,0 @@ }, |
{ | ||
"name": "machinepack", | ||
"version": "2.2.2", | ||
"version": "2.2.3", | ||
"description": "CLI tool for working with machinepacks and their machines.", | ||
@@ -5,0 +5,0 @@ "bin": { |
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
31263
791