chore(docs): cleanup + es6

This commit is contained in:
Ibby
2017-03-23 22:07:59 -04:00
parent cd5ff68bc1
commit ead99b1a4f
24 changed files with 321 additions and 656 deletions
+3
View File
@@ -0,0 +1,3 @@
module.exports = function(log) {
log.level = 'error'; //'silly', 'debug', 'info', 'warn', 'error'
};