Comparing version 1.1.0 to 1.2.0
{ | ||
"name": "spidf", | ||
"main": "src/interpreter.js", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"bin": { | ||
@@ -6,0 +6,0 @@ "spidf": "src/bin/cli.js" |
@@ -9,5 +9,5 @@ #!/usr/bin/env node | ||
console.log(` | ||
USAGE: path/to/this/program [FILE] [DEBUGMODE=false] [MEMORYOUTFILE] | ||
USAGE: npx spidf [FILE] [DEBUGMODE=false] [MEMORYOUTFILE] | ||
EXAMPLE: ./index.js main.bf true | ||
EXAMPLE: npx spidf main.bf false out.txt | ||
`); | ||
@@ -14,0 +14,0 @@ process.exit(); |
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
5285