Skip to content

Commit 01849ce

Browse files
committed
🐛 FIX: Remove .ts files from src
1 parent 278d299 commit 01849ce

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.npmignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ yarn.lock
1313
.travis.yml
1414

1515
# FOR NPM PACKAGE
16-
src/*.ts
16+
src/**/*.ts
1717
src
1818
!src/cli/assets
1919

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bulk-mail-cli",
3-
"version": "2.0.4",
3+
"version": "2.0.5",
44
"description": "Do quick, hassle-free email marketing with this small but very powerful tool! 🔥",
55
"main": "dist/src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)