Skip to content

Commit f153f5b

Browse files
Bump version to 0.0.7
- Update build (#25): - Change filenames in `dist/` to `html-react-parser` - Create examples (#26): - Examples found in the directory `examples/` - Add `script-tag.html`, which is an example of loading the parser via the CDN - Add `requirejs.html`, which is an example of loading the parser via Require.js - Update `README.md` (#27): - Reword and tidy description and instructions - Update installation with CDN link - Refactor and tidy examples using ES6 and JSX - Update `.npmignore`: - Add `webpack.config.js` - Add `examples`
1 parent c7bfd40 commit f153f5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "html-react-parser",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"description": "An HTML to React parser.",
55
"author": "Mark <[email protected]>",
66
"main": "index.js",

0 commit comments

Comments
 (0)