Skip to content

Commit

Permalink
Reduce NPM package size: 1.1 MB -> 14.2kB
Browse files Browse the repository at this point in the history
Before:

```
npm notice package size:  1.1 MB
npm notice unpacked size: 1.1 MB
```

After:

```
npm notice package size:  4.4 kB
npm notice unpacked size: 14.2 kB
```
  • Loading branch information
jodosha committed Nov 1, 2023
1 parent d61df1f commit e33141f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,11 @@ dist/*.tsbuildinfo
src
*.log
__tests__
.github
.prettierignore
.prettierrc
Makefile
jest.config.ts
test/*
tmp/*
tsconfig.json

0 comments on commit e33141f

Please sign in to comment.