Comparing version 1.1.0 to 1.1.1
@@ -41,4 +41,2 @@ #!/usr/bin/env node | ||
} | ||
process.exit(0); | ||
} | ||
@@ -54,2 +52,4 @@ | ||
} | ||
process.exit(0); | ||
}); |
@@ -14,4 +14,4 @@ 'use strict'; | ||
try { | ||
lint.parsed = true; | ||
lint.content = JSON.stringify(JSON.parse(content), null, 2); | ||
lint.parsed = true; | ||
} catch(ex) { | ||
@@ -18,0 +18,0 @@ lint.content = content; |
{ | ||
"name": "jlint", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "CLI that parses the current JSON you have in your current clipboard", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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