Skip to content

Commit

Permalink
Docs: fixes fossa badge
Browse files Browse the repository at this point in the history
  • Loading branch information
pustovitDmytro committed Jun 14, 2021
1 parent 003617f commit 3e59b45
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .fossa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
cli:
server: https://app.fossa.com
fetcher: custom
project: npm-boilerplate
project: winston-csv-format
analyze:
modules:
- name: .
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@ import CSV from 'winston-csv-format';
import { createLogger, transports } from 'winston';

const csvHeaders = {
created : 'Creation Date',
size : 'Size',
status : 'Status',
created : 'Creation Date',
size : 'Size',
status : 'Status'
};

const logger = createLogger({
level : 'info',
format : CSV(['created', 'status' ], { delimiter: ',' }),
format : CSV([ 'created', 'status' ], { delimiter: ',' }),
transports : [ new transports.Console() ]
});

Expand Down Expand Up @@ -123,5 +123,5 @@ Make the changes to the code and tests. Then commit to your branch. Be sure to f
[appveyor-badge]: https://ci.appveyor.com/api/projects/status/9ok28mb006a6welc/branch/master?svg=true
[appveyor-url]: https://ci.appveyor.com/project/pustovitDmytro/winston-csv-format/branch/master

[fossa-badge]: https://app.fossa.com/api/projects/custom%2B24828%2Fnpm-boilerplate.svg?type=shield
[fossa-url]: https://app.fossa.com/projects/custom%2B24828%2Fnpm-boilerplate?ref=badge_shield
[fossa-badge]: https://app.fossa.com/api/projects/custom%2B24828%2Fwinston-csv-format.svg?type=shield
[fossa-url]: https://app.fossa.com/projects/custom%2B24828%2Fwinston-csv-format?ref=badge_shield

0 comments on commit 3e59b45

Please sign in to comment.