datalust / winston-seq

A Winston v3 transport for Seq
Apache License 2.0
13 stars 3 forks source link

Fix package #6

Closed liammclennan closed 2 years ago

liammclennan commented 2 years ago

Changed to exporting an object so that CommonJS usage doesn't have to be require('@datalust/winston-seq').default;

Changed a property in package.json from module to main so that the node imported can find the module.