Skip to content
This repository was archived by the owner on Sep 14, 2024. It is now read-only.

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ashtrindade committed May 30, 2024
1 parent 47de069 commit af28454
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This Logger package is a utility for logging messages in your application. It provides a simple and flexible way to record important events, errors, and debugging information.

<p align="center">
<img src="https://img.shields.io/npm/l/%40lunacrew%2Flogger?labelColor=181717" alt="License" />
<img alt="License MIT" src="https://img.shields.io/github/license/lunacrew/logger?logo=github&labelColor=181717">
<img src="https://img.shields.io/github/actions/workflow/status/lunacrew/logger/coverage.yml?logo=jest&logoColor=C21325&label=tests&labelColor=181717" alt="Tests Status" />
<br>
<img src="https://img.shields.io/npm/v/%40lunacrew%2Flogger?label=version&logo=npm&labelColor=181717" alt="NPM Version" />
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lunacrew/logger",
"version": "1.0.1",
"version": "1.0.2",
"description": "Node.js logger with dynamic log levels",
"main": "dist/index.js",
"types": "src/index.d.ts",
Expand Down

0 comments on commit af28454

Please sign in to comment.