Skip to content

Commit 921481b

Browse files
committed
fix: update npmignore so that the published package is smaller
1 parent 2f6c291 commit 921481b

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

.npmignore

+11-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
.idea
2-
npm-debug.log
3-
node_modules
4-
config
52
release.js
63
_config.yml
7-
.npmignore
8-
.gitignore
9-
rollup.config.js
4+
*ignore
5+
.git*
6+
src
7+
.*rc
8+
CODE_OF_CONDUCT
9+
yarn.lock
10+
rollup.*
11+
docs
12+
.vscode
13+
.babelrc
14+
example

0 commit comments

Comments
 (0)