Skip to content

Commit

Permalink
Bump version to 0.0.7
Browse files Browse the repository at this point in the history
- 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`
  • Loading branch information
remarkablemark committed Sep 28, 2016
1 parent c7bfd40 commit f153f5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "html-react-parser",
"version": "0.0.6",
"version": "0.0.7",
"description": "An HTML to React parser.",
"author": "Mark <mark@remarkablemark.org>",
"main": "index.js",
Expand Down

0 comments on commit f153f5b

Please sign in to comment.