@expo/npm-proofread

Proofreads a package before publishing it to npm

Usage no npm install needed!

<script type="module">
  import expoNpmProofread from 'https://cdn.skypack.dev/@expo/npm-proofread';
</script>

README

proofread

This package prevents publishing a prerelease version of a library without an explicit dist-tag. You can still publish to latest -- you just need to be explicit about it with npm publish --tag=latest.

Usage:

Install @expo/npm-proofread and in package.json add a "prepublishOnly" script that calls just proofread.