Comparing version 0.2.3 to 0.2.4
@@ -11,6 +11,6 @@ #!/usr/bin/env node | ||
require('./Utils/string.prototype'); | ||
var colors = require('./Utils/string.prototype'); | ||
var exports = module.exports; | ||
exports.colors = colors; | ||
exports.Echo = require('./Echo/Echo'); | ||
@@ -17,0 +17,0 @@ exports.Echo.EmitStrategy = require('./Echo/EmitStrategy/EmitStrategy'); |
{ | ||
"name": "rejoinder", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "A generator of smart, pretty, and organized output for Node/JS scripts in the terminal", | ||
@@ -5,0 +5,0 @@ "repository": { |
45927
986