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,7 +1,7 @@
// //
// Remark: Requiring this file will use the "safe" colors API which will not touch String.prototype // 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") // colors.red("foo")
// //
// //