diff --git a/package-lock.json b/package-lock.json index 2601e3d..611a472 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "html-parse-stringify", - "version": "1.0.3", + "version": "2.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a3f4d2d..8d50fd6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "html-parse-stringify", "description": "Parses well-formed HTML (meaning all tags closed) into an AST and back. quickly.", - "version": "1.0.3", + "version": "2.0.0", "author": "Henrik Joreteg ", "bugs": { "url": "https://github.com/henrikjoreteg/html-parse-stringify/issues"