Commit bce0abb
authored
Avoid publishing tests to npm (#67)
Currently this package includes 65 KB of test files in the code published to npm. This PR adds a `files` field to `package.json` to avoid publishing these unused files.
Would you also be open to removing the `src` directory and sourcemaps in published files? That would further reduce the install size significantly.1 parent 6bf7ad9 commit bce0abb
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
13 | 18 | | |
14 | 19 | | |
15 | 20 | | |
| |||
0 commit comments