Skip to content

Commit 9edd2f3

Browse files
docs(readme): add section on release, acknowledge style-to-object
1 parent a326109 commit 9edd2f3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -196,11 +196,20 @@ $ npm test
196196
$ npm run lint
197197
```
198198

199+
## Release
200+
201+
```sh
202+
$ npm run release
203+
$ npm publish
204+
$ git push --follow-tags
205+
```
206+
199207
## Special Thanks
200208

201209
- [Contributors](https://github.com/remarkablemark/html-react-parser/graphs/contributors)
202210
- [html-dom-parser](https://github.com/remarkablemark/html-dom-parser)
203211
- [react-dom-core](https://github.com/remarkablemark/react-dom-core)
212+
- [style-to-object](https://github.com/remarkablemark/style-to-object)
204213

205214
## License
206215

0 commit comments

Comments
 (0)