diff --git a/lib/index.js b/lib/index.js index 96d2b84..fd0956d 100644 --- a/lib/index.js +++ b/lib/index.js @@ -9,4 +9,4 @@ module['exports'] = colors; // colors.red("foo") // // -var extendStringPrototype = require('./extendStringPrototype')(); \ No newline at end of file +require('./extendStringPrototype')(); \ No newline at end of file