Commit cd82f47
authored
chore: stop publishing docs to npm (#186)
The upstream repo will publish the `docs` folder to npm when published.
But most ESLint plugins nowadays do not do this. We can gain some space
savings by removing `docs` from the published artifacts.
Output from `npm pack` before removing `docs`:
```txt
npm notice package size: 62.7 kB
npm notice unpacked size: 378.7 kB
```
After removing `docs`:
```txt
npm notice package size: 48.4 kB
npm notice unpacked size: 298.8 kB
```1 parent b69756e commit cd82f47
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | | - | |
| 42 | + | |
44 | 43 | | |
45 | 44 | | |
46 | 45 | | |
| |||
0 commit comments