Skip to content

Commit

Permalink
docs(readme): add section on release, acknowledge style-to-object
Browse files Browse the repository at this point in the history
  • Loading branch information
remarkablemark committed Feb 20, 2018
1 parent a326109 commit 9edd2f3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,11 +196,20 @@ $ npm test
$ npm run lint
```

## Release

```sh
$ npm run release
$ npm publish
$ git push --follow-tags
```

## Special Thanks

- [Contributors](https://github.com/remarkablemark/html-react-parser/graphs/contributors)
- [html-dom-parser](https://github.com/remarkablemark/html-dom-parser)
- [react-dom-core](https://github.com/remarkablemark/react-dom-core)
- [style-to-object](https://github.com/remarkablemark/style-to-object)

## License

Expand Down

0 comments on commit 9edd2f3

Please sign in to comment.