Comparing version 1.0.0 to 1.0.1
@@ -5,2 +5,10 @@ (function() { | ||
if (process.versions.node < "0.6") { | ||
require.extensions[".json"] = function(module, filename) { | ||
var content; | ||
content = require("fs").readFileSync(filename, "utf8"); | ||
return module.exports = JSON.parse(content); | ||
}; | ||
} | ||
Command = require("commander").Command; | ||
@@ -7,0 +15,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"description": "Text snippets on the command line.", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"homepage": "https://github.com/jimmycuadra/bang", | ||
@@ -8,0 +8,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
27795
301
3