Comparing version 0.0.3 to 1.0.0
@@ -40,8 +40,8 @@ #!/usr/bin/env node | ||
if (lint.parsed) { | ||
outputJson(lint.content); | ||
console.log(symbols.success); | ||
} else { | ||
outputJson(lint.content); | ||
} else { | ||
console.log(symbols.error, lint.exception); | ||
outputJson(lint.content); | ||
} | ||
}); |
@@ -16,3 +16,3 @@ 'use strict'; | ||
lint.parsed = false | ||
lint.parsed = false; | ||
callback(lint); | ||
@@ -32,2 +32,2 @@ } | ||
}); | ||
} | ||
}; |
{ | ||
"name": "jlint", | ||
"version": "0.0.3", | ||
"version": "1.0.0", | ||
"description": "CLI that parses the current JSON you have in your current clipboard", | ||
@@ -41,8 +41,8 @@ "main": "index.js", | ||
"dependencies": { | ||
"copy-paste": "^0.3.0", | ||
"log-symbols": "^1.0.0" | ||
"copy-paste": "1.0.2", | ||
"log-symbols": "1.0.0" | ||
}, | ||
"devDependencies": { | ||
"mocha": "^1.21.4" | ||
"mocha": "2.2.1" | ||
} | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
4015
5
0
+ Addedansi-regex@0.2.1(transitive)
+ Addedansi-styles@1.1.0(transitive)
+ Addedchalk@0.5.1(transitive)
+ Addedcopy-paste@1.0.2(transitive)
+ Addedhas-ansi@0.1.0(transitive)
+ Addedlog-symbols@1.0.0(transitive)
+ Addedstrip-ansi@0.3.0(transitive)
+ Addedsupports-color@0.2.0(transitive)
- Removedansi-regex@2.1.1(transitive)
- Removedansi-styles@2.2.1(transitive)
- Removedchalk@1.1.3(transitive)
- Removedcopy-paste@0.3.0(transitive)
- Removedhas-ansi@2.0.0(transitive)
- Removedlog-symbols@1.0.2(transitive)
- Removedstrip-ansi@3.0.1(transitive)
- Removedsupports-color@2.0.0(transitive)
Updatedcopy-paste@1.0.2
Updatedlog-symbols@1.0.0