Comparing version 1.2.6 to 1.2.7
@@ -99,3 +99,3 @@ #!/usr/bin/env node | ||
if (/(^|\/)leet\.js$/.test(process.argv[1])) { | ||
if (/(^|\/)leet(\.js)?$/.test(process.argv[1])) { | ||
if (undefined !== process.argv[2]) { | ||
@@ -102,0 +102,0 @@ console.log(leet.output(process.argv[2])); |
{ | ||
"name": "leet", | ||
"version": "1.2.6", | ||
"version": "1.2.7", | ||
"description": "Convert boring text to 1337 text", | ||
"main": "./leet.js", | ||
"main": "leet.js", | ||
"prefer_global": true, | ||
@@ -11,3 +11,3 @@ "bin": { | ||
"scripts": { | ||
"test": "./leet.js" | ||
"test": "leet" | ||
}, | ||
@@ -14,0 +14,0 @@ "repository": { |
@@ -23,3 +23,3 @@ # leet.js | ||
Add -g to install globally. | ||
Add '-g' to install globally. | ||
@@ -26,0 +26,0 @@ If you don't have npm, you can download and install it with this line: |
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
4876