Skip to content

Commit

Permalink
chore: remove commander
Browse files Browse the repository at this point in the history
  • Loading branch information
arek czogala committed Oct 5, 2021
1 parent b88f7bf commit cbcd7f9
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_on_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Test Pull Request into master branch
on:
pull_request:
branches:
- master
- master

jobs:
test:
Expand Down
1 change: 0 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@ test/
.npmignore
__mocks__
.vscode/
.circleci/
.DS_Store
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ GELF transformer is a tool which receives json formatted logs from the stdin and
It can also use a custom [mapping schema](###CustomFields)</sup> to fill the output log with more data.


>[![CircleCI](https://img.shields.io/circleci/build/github/makeros/gelf-transformer/master)](https://circleci.com/gh/makeros/gelf-transformer/tree/master) [![NPM](https://img.shields.io/npm/v/gelf-transformer)](https://www.npmjs.com/package/gelf-transformer) ![NPM download](https://img.shields.io/npm/dw/gelf-transformer)
[![NPM](https://img.shields.io/npm/v/gelf-transformer)](https://www.npmjs.com/package/gelf-transformer) ![NPM download](https://img.shields.io/npm/dw/gelf-transformer)


### Contents
Expand Down
5 changes: 0 additions & 5 deletions package-lock.json

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

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
],
"homepage": "https://github.com/makeros/gelf-transformer#readme",
"dependencies": {
"commander": "^3.0.1",
"fast-json-parse": "^1.0.3",
"fast-json-stringify": "^2.4.2",
"lodash.get": "^4.4.2",
Expand Down

0 comments on commit cbcd7f9

Please # to comment.