press-any-key
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "press-any-key", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Press any key to continue...", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -7,3 +7,3 @@ press-any-key | ||
``` | ||
npx press-any-key | ||
npx -q press-any-key | ||
Press any key to continue... | ||
@@ -25,3 +25,3 @@ ``` | ||
``` | ||
npx press-any-key | ||
npx -q press-any-key | ||
``` | ||
@@ -51,3 +51,3 @@ | ||
```shell | ||
npx press-any-key && echo "A good choice!" || echo "Bye bye :(" | ||
npx -q press-any-key && echo "A good choice!" || echo "Bye bye :(" | ||
``` | ||
@@ -61,3 +61,3 @@ | ||
echo 'You are about to delete all files in current directory' | ||
npx press-any-key | ||
npx -q press-any-key | ||
rm -rf * | ||
@@ -64,0 +64,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
8695