Add production dependencies
This commit is contained in:
parent
5a0114f3e2
commit
579ccdc29f
12113 changed files with 978046 additions and 3 deletions
9
node_modules/colors/safe.js
generated
vendored
Normal file
9
node_modules/colors/safe.js
generated
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
//
|
||||
// Remark: Requiring this file will use the "safe" colors API which will not touch String.prototype
|
||||
//
|
||||
// var colors = require('colors/safe);
|
||||
// colors.red("foo")
|
||||
//
|
||||
//
|
||||
var colors = require('./lib/colors');
|
||||
module['exports'] = colors;
|
Loading…
Add table
Add a link
Reference in a new issue