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 a1ba290 commit df56a74Copy full SHA for df56a74
1 file changed
README.md
@@ -116,17 +116,15 @@ npm run build
116
117
## Release
118
119
-The package is published with [`@rc-component/np`](https://github.com/react-component/np):
120
-
121
```bash
122
npm run prepublishOnly
123
```
124
125
-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.
126
127
## License
128
129
-`@rc-component/mutate-observer` is released under the MIT license.
+@rc-component/mutate-observer is released under the [MIT](./LICENSE) license.
130
131
[npm-image]: https://img.shields.io/npm/v/@rc-component/mutate-observer.svg?style=flat-square
132
[npm-url]: https://npmjs.org/package/@rc-component/mutate-observer
0 commit comments