Skip to content

Commit cbcd7f9

Browse files
author
arek czogala
committed
chore: remove commander
1 parent b88f7bf commit cbcd7f9

File tree

5 files changed

+2
-9
lines changed

5 files changed

+2
-9
lines changed

.github/workflows/test_on_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Test Pull Request into master branch
33
on:
44
pull_request:
55
branches:
6-
- master
6+
- master
77

88
jobs:
99
test:

.npmignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,4 @@ test/
88
.npmignore
99
__mocks__
1010
.vscode/
11-
.circleci/
1211
.DS_Store

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ GELF transformer is a tool which receives json formatted logs from the stdin and
66
It can also use a custom [mapping schema](###CustomFields)</sup> to fill the output log with more data.
77

88

9-
>[![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)
9+
[![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)
1010

1111

1212
### Contents

package-lock.json

Lines changed: 0 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
],
3434
"homepage": "https://github.com/makeros/gelf-transformer#readme",
3535
"dependencies": {
36-
"commander": "^3.0.1",
3736
"fast-json-parse": "^1.0.3",
3837
"fast-json-stringify": "^2.4.2",
3938
"lodash.get": "^4.4.2",

0 commit comments

Comments
 (0)