Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 1.44 KB

README-DEV.md

File metadata and controls

47 lines (34 loc) · 1.44 KB

Nest Logo

A Nest module wrapper for bugsnag logger.

NPM Version Package License

Description

A Nest module wrapper for bugsnag-js logger.

Installation

$ npm i @bugsnag/plugin-express --save
$ npm i @nkaurelien/nest-bugsnag --save

Publish to npm

$ npm run clean:build
$ cd dist
$ npm version patch
$ npm publish

Updating your published package version number To change the version number in package.json, on the command line, in the package root directory, run the following command, replacing <update_type> with one of the semantic versioning release types (patch, major, or minor): Run npm publish.

# update_type is patch, major, or minor
$ npm version <update_type>

You need login once before publish

$ npm login