Skip to content

Commit cf27737

Browse files
Bump version to 0.0.2
npm scripts: - build - Update webpack to build to UMD target - Set library root as `HTMLDOMParser` (for script tag loading) - clean - Delete `dist/` directory - prepublish - Run `clean` before `build` Chore: - README - Fix server installation instructions - Add client installation instructions (CDN script tag) - Update usage with both server and client library
1 parent aeec644 commit cf27737

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-dom-parser",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
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)