From 32565ccc5e626e7edefc1bd81f727222a2448841 Mon Sep 17 00:00:00 2001 From: timothycarambat Date: Wed, 3 Jul 2024 10:48:21 -0700 Subject: [PATCH] docs: fix tip header --- README.md | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 214cd1a..75c8301 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -> \[!IMPORTANT]\ +> [!IMPORTANT] > This is a customized fork of [BreeJS](https://github.com/breejs/bree) the allows use of multi-process support as well > as worker threads. You should use the original project if you only need worker thread support. diff --git a/package.json b/package.json index 969d21a..c45246e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@mintplex-labs/bree", "description": "A fork of BreeJS/bree. A Node.js and JavaScript task scheduler with cron, dates, ms, later, and human-friendly support. Works in Node v12.17.0+, uses worker threads or process forks, and supports async/await, retries, throttling, concurrency, and cancelable promises (graceful shutdown). Simple, fast, and lightweight. Customized for AnythingLLM.", - "version": "9.2.4", + "version": "9.2.5", "author": "Mintplex Labs Inc ", "bugs": { "url": "https://github.com/Mintplex-Labs/bree/issues", @@ -158,4 +158,4 @@ "test-coverage": "cross-env NODE_ENV=test nyc npm run test" }, "types": "src/index.d.ts" -} +} \ No newline at end of file