🔥 Blazing fast builds
😇 CommonJS bundle
🌲 .mjs bundle
✨ .d.ts bundle + type-checking
🧐 Source maps
- Run
npm version pre<type> --preid=rc --no-git-tag-version - This will bump the version in package.json to 2.0.0-rc.0
- Run
npm packto create the package tgz - Run
npm publish <package>.tgz --tag next [--dry-run]to publish the package under thenexttag (with the `--dry-run parameter if you'd like to test it before actually publishing it) - Run
npm install --save package@nextto install prerelease package
Exhaustive list of SPDX (Software Package Data Exchange) licenses: https://spdx.org/licenses/