File: 0002-Remove-bluebird.patch

package info (click to toggle)
node-telegram-bot-api 2.0.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,980 kB
  • sloc: javascript: 1,333; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 511 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: =?utf-8?q?Bastien_Roucari=C3=A8s?= <rouca@debian.org>
Date: Wed, 29 Oct 2025 11:29:18 +0100
Subject: Remove bluebird

forwarded: not-needed
---
 package.json | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package.json b/package.json
index bcb181a..af40503 100644
--- a/package.json
+++ b/package.json
@@ -32,7 +32,6 @@
     ],
     "license": "MIT",
     "dependencies": {
-        "bluebird": "^3.4.0",
         "request": "^2.88.2",
         "express": "^4.17.1",
         "body-parser": "^1.18.2",