We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0e0a3b commit 97aa6b5Copy full SHA for 97aa6b5
1 file changed
README.md
@@ -144,17 +144,15 @@ npm run build
144
145
## Release
146
147
-The package is published with [`@rc-component/np`](https://github.com/react-component/np):
148
-
149
```bash
150
npm run prepublishOnly
151
```
152
153
-This runs the package build before the release helper.
+The release flow is handled by `@rc-component/np` through the `rc-np` command after the package build.
154
155
## License
156
157
-`@rc-component/input-number` is released under the MIT license.
+@rc-component/input-number is released under the [MIT](./LICENSE.md) license.
158
159
[npm-image]: https://img.shields.io/npm/v/@rc-component/input-number.svg?style=flat-square
160
[npm-url]: https://npmjs.org/package/@rc-component/input-number
0 commit comments