Skip to content

Commit

Permalink
feat(cli): remove command line transformer
Browse files Browse the repository at this point in the history
BREAKING CHANGE: removed cli transformer for debug, now can be used with configure
  • Loading branch information
esysuser committed Nov 29, 2017
1 parent baf8e42 commit ac21b09
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 77 deletions.
11 changes: 0 additions & 11 deletions bin/json-logger.js

This file was deleted.

81 changes: 54 additions & 27 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
"koa-example": "DEBUG=* node examples/koa.js",
"express-example": "DEBUG=* node examples/express.js"
},
"bin": {
"json-logger": "./bin/json-logger.js"
},
"config": {
"commitTypeMap": {
"test": "patch",
Expand Down Expand Up @@ -40,7 +37,6 @@
"dependencies": {
"chalk": "2.3.0",
"cls-hooked": "4.2.2",
"event-stream": "3.3.4",
"uuid": "3.1.0"
},
"devDependencies": {
Expand Down
35 changes: 0 additions & 35 deletions src/output/transform/transform.js

This file was deleted.

0 comments on commit ac21b09

Please sign in to comment.