Skip to content

Commit 5d07321

Browse files
authored
Remove unnecessary files from npm packages
Update `.npmrc` to avoid shipping garbage files to consumers on npm The largest folder is `coverage`, sitting at 1.8MB. ``` $ du -h -d1 strong-soap/ | sort -h 0 strong-soap/node_modules 4.0K strong-soap/.vscode 8.0K strong-soap/.github 60K strong-soap/example 72K strong-soap/xsds 120K strong-soap/intl 432K strong-soap/lib 440K strong-soap/src 476K strong-soap/.nyc_output 1.8M strong-soap/coverage 3.5M strong-soap/ ```
1 parent 4d3522f commit 5d07321

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: .npmignore

+4
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,7 @@
22
.idea
33
test
44
.travis.yml
5+
coverage
6+
.nyc_output
7+
.github
8+
.vscode

0 commit comments

Comments
 (0)