Skip to content

Conversation

remarkablemark
Copy link
Owner

Chore:

  • Rename dist output filenames:
    • ./dist/html-to-react.js => ./dist/html-react-parser.js
    • ./dist/html-to-react.min.js => ./dist/html-react-parser.min.js
  • Add webpack.config.js to .npmignore

The published contents are now viewable on https://unpkg.com/html-react-parser/

@remarkablemark remarkablemark self-assigned this Sep 27, 2016
@coveralls
Copy link

Coverage Status

Coverage remained the same at 97.949% when pulling 6747cd4 on chore-build into 5601606 on master.

@remarkablemark remarkablemark merged commit 43f46ce into master Sep 27, 2016
@remarkablemark remarkablemark deleted the chore-build branch September 27, 2016 19:04
remarkablemark added a commit that referenced this pull request Sep 28, 2016
- 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`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants