Skip to content

Commit

Permalink
👌 IMPROVE: Do not upload .ts files to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
kumarabhirup committed Jan 1, 2020
1 parent 7400b86 commit 8cba808
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,11 @@ junkies*
.prettierrc
tsconfig.json
yarn.lock
*.tgz
.travis.yml

# FOR NPM PACKAGE
*.ts
src
!src/cli/assets

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bulk-mail-cli",
"version": "2.0.1",
"version": "2.0.2",
"description": "Do quick, hassle-free email marketing with this small but very powerful tool! 🔥",
"main": "dist/src/index.js",
"scripts": {
Expand Down

0 comments on commit 8cba808

Please sign in to comment.