Skip to content

Commit 8cba808

Browse files
committed
👌 IMPROVE: Do not upload .ts files to npm
1 parent 7400b86 commit 8cba808

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.npmignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,11 @@ junkies*
1010
.prettierrc
1111
tsconfig.json
1212
yarn.lock
13+
*.tgz
14+
.travis.yml
1315

1416
# FOR NPM PACKAGE
17+
*.ts
1518
src
1619
!src/cli/assets
1720

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.1",
3+
"version": "2.0.2",
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)