Skip to content

Commit

Permalink
Merge pull request #76 from datalust/dev
Browse files Browse the repository at this point in the history
Removes files list from package.json
  • Loading branch information
liammclennan authored Jul 7, 2023
2 parents f323d51 + 887af53 commit bf783de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ When the application exits, `close()` ensures all buffered events are written. T

* [bunyan-seq](https://github.com/datalust/bunyan-seq) - collect events from the Buyan logging framework
* [pino-seq](https://github.com/datalust/pino-seq) - A stream to send Pino events to Seq
* [winston-seq](https://github.com/SuperPaintman/winston-seq) - A Seq transport for Winston
* [winston-seq](https://github.com/datalust/winston-seq) - A Seq transport for Winston
* [@tsed/logger-seq](https://logger.tsed.io/appenders/seq.html) - A Seq transport for Ts.ED logger
10 changes: 1 addition & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "seq-logging",
"version": "2.1.0",
"version": "2.1.1",
"description": "Sends structured log events to the Seq HTTP ingestion API",
"keywords": [
"seq",
Expand Down Expand Up @@ -35,13 +35,5 @@
"abort-controller": "^3.0.0",
"node-fetch": "^2.6.9"
},
"files": [
"./index.js",
"./browser.js",
"./seq_logger.js",
"./index.d.ts",
"./README.md",
"./LICENSE"
],
"types": "./index.d.ts"
}

0 comments on commit bf783de

Please sign in to comment.