Skip to content

Commit 25c1458

Browse files
committed
💃 v0.4.0: Fixed the bug again!
1 parent f813797 commit 25c1458

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[![Type](https://img.shields.io/badge/type-CLI-yellow.svg?style=flat-square)](https://www.npmjs.com/package/bulk-mail-cli)
88
[![stage](https://img.shields.io/badge/stage-Testing%20%F0%9F%94%A5-000000.svg?style=flat-square)](https://github.com/KumarAbhirup/bulk-mail-cli/tree/development)
99
[![npm](https://img.shields.io/badge/npm-bulk--mail--cli-CB3837.svg?style=flat-square)](https://www.npmjs.com/package/bulk-mail-cli)
10-
[![Version](https://img.shields.io/badge/version-v0.3.0-green.svg?style=flat-square)](https://www.npmjs.com/package/bulk-mail-cli)
10+
[![Version](https://img.shields.io/badge/version-v0.4.0-green.svg?style=flat-square)](https://www.npmjs.com/package/bulk-mail-cli)
1111
[![Prefers](https://img.shields.io/badge/prefers-Global%20Installation-blue.svg?style=flat-square)](https://www.npmjs.com/package/bulk-mail-cli)
1212
[![Twitter](https://img.shields.io/twitter/follow/kumar_abhirup.svg?style=social&label=@kumar_abhirup)](https://twitter.com/kumar_abhirup/)
1313
<!-- [![GitHub stars](https://img.shields.io/github/stars/KumarAbhirup/bulk-mail-cli.svg?style=social&label=Stars)](https://github.com/KumarAbhirup/bulk-mail-cli) -->

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bulk-mail-cli",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "Send automated, dynamic and beautifully designed HTML emails to your mailing list. Right from your terminal!",
55
"main": "src/dist/src/bulkmailer.js",
66
"author": "Kumar Abhirup",
@@ -14,6 +14,7 @@
1414
"url": "git+https://github.com/KumarAbhirup/bulk-mail-cli.git"
1515
},
1616
"dependencies": {
17+
"@babel/core": "^7.1.2",
1718
"@babel/polyfill": "^7.0.0",
1819
"@babel/register": "^7.0.0",
1920
"array-includes": "^3.0.3",
@@ -26,7 +27,6 @@
2627
"terminal-kit": "^1.26.4"
2728
},
2829
"devDependencies": {
29-
"@babel/core": "^7.1.2",
3030
"babel-cli": "^6.26.0",
3131
"babel-preset-env": "^1.7.0",
3232
"rimraf": "^2.6.2"

0 commit comments

Comments
 (0)