Skip to content

Commit 3213eaa

Browse files
author
Cache Hamm
committed
Reduce package size via .npmignore
1 parent 28a5c8e commit 3213eaa

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ npm-debug.log
33
.vscode
44
.idea
55
.DS_Store
6-
dist
6+
dist
7+
*.tgz

.npmignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
src/
22
.travis.yml
33
.gitignore
4+
test/
5+
examples/
6+
docs/

0 commit comments

Comments
 (0)