Skip to content

Commit 425b381

Browse files
Bump version to 0.0.1
First release: - Create HTML to DOM parser - Server parser wraps `htmlparser2.parseDOM()` - Client parser uses the DOM API to mimic the output of server parser - Create client utilities: - `formatDOM()` - `formatAttributes()` - Build - Use webpack to build client-side bundle in `dist/` - Tests - Create html and svg mocks - Test server parser is equivalent to `htmlparser2.parseDOM()` - Test client parser mimics server parser output - Check for invalid arguments and errors - Chore - Create README.md - Setup ESLint as linter - Setup Istanbul as coverage reporter - Setup Travis and Coveralls
1 parent 9ccbbd8 commit 425b381

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "html-dom-parser",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"description": "An HTML to DOM parser that works on the server and client.",
55
"author": "Mark <[email protected]>",
66
"main": "index.js",

0 commit comments

Comments
 (0)