Comparing version 0.2.4 to 0.2.5
{ | ||
"name" : "hexy", | ||
"version" : "0.2.4", | ||
"version" : "0.2.5", | ||
"description" : "hexdump, binary pretty-printing", | ||
@@ -11,3 +11,6 @@ "author" : "Tim Becker <tim.becker@kuriositaet.de>", | ||
}, | ||
"scripts" : { | ||
"test" : "node ./test.js" | ||
}, | ||
"bin": {"hexy" : "./bin/hexy_cmd.js"} | ||
} |
@@ -130,1 +130,5 @@ var hexy = require("./hexy.js") | ||
p("failed: "+failed+" of "+total) | ||
if (failed != 0) { | ||
process.exit(1) | ||
} |
Sorry, the diff of this file is not supported yet
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
23103
9
493
139