Skip to content

Commit 26a9191

Browse files
committed
fix: publish only necessary files to npm
1 parent 2439374 commit 26a9191

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

.npmignore

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,3 @@
1-
docs
2-
__mocks__
3-
__tests__
4-
.*
5-
*.old
6-
*.log
7-
*.tgz
8-
**/*.test.js
9-
**/*.ts
10-
**/example
11-
coverage
12-
renovate.json
13-
*.config.js
14-
node_modules
15-
tsconfig*.json
1+
**/*
2+
!*.md
163
!dist/**/*

0 commit comments

Comments
 (0)