Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove use of prepublish in recommended setup
The recommendation of `prepublish` here was to help ensure the bundled deps tree is correct. But `prepublish` also runs during install per npm/npm#10074. So, let's avoid the confusion and potential gochas of different npm versions by not recommending this hook.
- Loading branch information