Skip to content

Commit 7400b86

Browse files
committed
🐛 FIX: Install tslib
1 parent e5e08c3 commit 7400b86

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bulk-mail-cli",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Do quick, hassle-free email marketing with this small but very powerful tool! 🔥",
55
"main": "dist/src/index.js",
66
"scripts": {
@@ -81,6 +81,7 @@
8181
"replace-string": "^3.0.0",
8282
"simplesmtp": "^0.3.35",
8383
"socks": "^2.3.3",
84-
"strip-json-comments": "^3.0.1"
84+
"strip-json-comments": "^3.0.1",
85+
"tslib": "^1.10.0"
8586
}
8687
}

0 commit comments

Comments
 (0)