Create a dangerouslySetInnerHTML object for React.
npm install create-markupcreate-markup
===============

Create a new object containing only the key __html and your string data as the value.
shell
npm install create-markup --save
`
Usage
`js
import createMarkup from 'create-markup';
const markup = createMarkup('hello'); // {__html:'hello'}
``html
`Tests
`shell
npm test
``In lieu of a formal styleguide, take care to maintain the existing coding style.
Add unit tests for any new or changed functionality. Lint and test your code.
* 1.0.0 Initial release