Skip to content

Commit

Permalink
Add @types/amqplib to prod dependencies. (#72)
Browse files Browse the repository at this point in the history
* Add `@types/amqplib` to prod dependencies.

So projects that rely on it don't need to install it manually to compile.

* 0.16.3
  • Loading branch information
ramhr committed Mar 25, 2024
1 parent d320fb1 commit ba024b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "arnavmq",
"version": "0.16.2",
"version": "0.16.3",
"description": "ArnavMQ is a RabbitMQ wrapper",
"keywords": [
"rabbitmq",
Expand Down Expand Up @@ -34,13 +34,13 @@
},
"homepage": "https://github.com/bringg/node-arnavmq#readme",
"dependencies": {
"@types/amqplib": "^0.10.5",
"amqplib": "^0.10.3",
"p-defer": "^3.0.0",
"serialize-error": "^8.0.1",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/amqplib": "^0.10.5",
"child-process-promise": "^2.2.1",
"dot-only-hunter": "^1.0.3",
"eslint": "^8.25.0",
Expand Down

0 comments on commit ba024b4

Please sign in to comment.