@figuredev/orders-sdk
v0.16.4
Published
### How to publish a new version to npm?
Downloads
695
Keywords
Readme
Order Service SDK
How to publish a new version to npm?
- Go to
sdk
directory - Increment version in package.json
- Document your changes in
CHANGELOG.md
- Run
yarn build
- Call
npm publish --access public