generated from boneskull/boneskull-template
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BREAKING CHANGE: `midnight-smoker` now runs a small suite of automated checks by default. BREAKING CHANGE: The `scripts/` dir has been removed from the published package. BREAKING CHANGE: Events emitted by the `Smoker` class have changed. The automated checks include: - a check for banned/sensitive files - a check for missing CJS entry points - a check for other missing files (such as a `bin`) - a check for a valid `exports` field (there are many ways to befoul this) All of these can be configured via the config file. To disable checks altogether, use `--no-checks` or `{checks: false}`. See `schema/midnight-smoker.schema.json` for the config file schema. More detailed information can be found in `README.md`.
- Loading branch information
Showing
86 changed files
with
3,797 additions
and
474 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.