Commit e6512df
authored
Restrict published files for this package (#94)
* Restrict published files for this package
An allow list (as provided by the `files` field in `package.json`)
is more effective than a deny list (as provided by `.npmignore`).
By using an allow list we can ensure that random files don't
accidentally get published (as happened with the v2.2.0 release).
* Remove redundant mocha settings
We're no longer using mocha for testing.1 parent 6312921 commit e6512df
2 files changed
+5
-12
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | 30 | | |
34 | 31 | | |
35 | 32 | | |
| |||
56 | 53 | | |
57 | 54 | | |
58 | 55 | | |
59 | | - | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
60 | 61 | | |
0 commit comments