Comparing version 0.0.11 to 0.0.12
{ "name": "json" | ||
, "version": "0.0.11" | ||
, "version": "0.0.12" | ||
, "engines": [ "node >=0.4.0" ] | ||
@@ -4,0 +4,0 @@ , "description": "JSON command line processing toolkit." |
@@ -73,3 +73,3 @@ # JSON Command | ||
-i use node's sys.inspect instead of JSON.stringify. | ||
-i use node's util.inspect instead of JSON.stringify. | ||
@@ -76,0 +76,0 @@ -H print headers, if they are supplied. Useful for output from curl -i. |
@@ -1,3 +0,2 @@ | ||
var sys = require("sys"), | ||
assert = require("assert"), | ||
var assert = require("assert"), | ||
jsonCommand = require("../lib/jsonCommand"); | ||
@@ -25,4 +24,4 @@ | ||
function printTestName(testName) { | ||
sys.puts("\nRunning " + testName + ":"); | ||
sys.puts("-----------------------------------------"); | ||
console.log("\nRunning " + testName + ":"); | ||
console.log("-----------------------------------------"); | ||
} | ||
@@ -146,2 +145,2 @@ | ||
sys.puts("\nAll tests passed!\n"); | ||
console.log("\nAll tests passed!\n"); |
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
28220
534