mirror of
https://github.com/Mintplex-Labs/bree.git
synced 2026-07-01 20:04:39 -04:00
docs: fix tip header
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
+2
-2
@@ -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 <team@mintplexlabs.com>",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user