Skip to content

Commit

Permalink
chore: update library description
Browse files Browse the repository at this point in the history
  • Loading branch information
code-xhyun committed May 21, 2024
1 parent fe878cd commit d8b4c04
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 @@ -5,7 +5,7 @@
<h1 align="center">PULSE</h1>
</p>
<p align="center">
<em>The modern MongoDB-powered scheduling library for Node.js</em>
<em>The modern MongoDB-powered job scheduler library for Node.js</em>
</p>
<p align="center">
<img src="https://img.shields.io/github/license/pulsecron/pulse?style=default&logo=opensourceinitiative&logoColor=white&color=24E0A4" alt="license">
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pulsecron/pulse",
"version": "1.5.0",
"description": "The modern MongoDB-powered scheduling library for Node.js",
"description": "The modern MongoDB-powered job scheduler library for Node.js",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"publishConfig": {
Expand Down

1 comment on commit d8b4c04

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lines Statements Branches Functions
Coverage: 52%
54.7% (558/1020) 39.93% (121/303) 47.16% (75/159)

Pulse Test Report

Tests Skipped Failures Errors Time
60 0 💤 0 ❌ 0 🔥 8.779s ⏱️

Please sign in to comment.