Skip to content

Commit 7b5e9e3

Browse files
committed
chore: renaming redis producer
Signed-off-by: Fawzi Abdulfattah <[email protected]>
1 parent d3d1589 commit 7b5e9e3

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

core/producer/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export { default as Producer } from "./producer.redisio";
1+
export { default as Producer } from "./producer.redis";
File renamed without changes.

package.json

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "runmq",
3+
"type": "module",
34
"version": "0.0.1",
45
"description": "RunMQ - A Pioneering message queue & batch processing solution for Node.js. Redefining task management like never before",
56
"main": "index.js",
@@ -28,6 +29,7 @@
2829
"@types/node": "^20.12.13",
2930
"eslint": "^9.4.0",
3031
"globals": "^15.3.0",
32+
"tsx": "^4.11.0",
3133
"typescript-eslint": "^7.11.0"
3234
}
3335
}

0 commit comments

Comments
 (0)