1.0.2 • Published 3 years ago
uid-agent-component v1.0.2
npm publish
- Update package.json, set version to a prerelease version, e.g.
2.0.0-rc1
,3.1.5-rc4
, ... - Run
npm pack
to create package - Run
npm publish <packagename>.tgz --tag next
to publish the package under the next tag. (if can't publish first time, usenpm publish --access=public
) - Run
npm install --save package@next
to install prerelease package