Merge pull request #186 from GlitchMasta47/patch-1

Update safe.js
This commit is contained in:
DABH 2018-02-12 23:08:06 -08:00 committed by GitHub
commit c8ab00306f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,9 +1,9 @@
//
// Remark: Requiring this file will use the "safe" colors API which will not touch String.prototype
//
// var colors = require('colors/safe);
// var colors = require('colors/safe');
// colors.red("foo")
//
//
var colors = require('./lib/colors');
module['exports'] = colors;
module['exports'] = colors;