Skip to content

Commit

Permalink
🐛 FIX: Install tslib
Browse files Browse the repository at this point in the history
  • Loading branch information
kumarabhirup committed Dec 30, 2019
1 parent e5e08c3 commit 7400b86
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bulk-mail-cli",
"version": "2.0.0",
"version": "2.0.1",
"description": "Do quick, hassle-free email marketing with this small but very powerful tool! 🔥",
"main": "dist/src/index.js",
"scripts": {
Expand Down Expand Up @@ -81,6 +81,7 @@
"replace-string": "^3.0.0",
"simplesmtp": "^0.3.35",
"socks": "^2.3.3",
"strip-json-comments": "^3.0.1"
"strip-json-comments": "^3.0.1",
"tslib": "^1.10.0"
}
}

0 comments on commit 7400b86

Please sign in to comment.