Skip to content

Commit 7996f82

Browse files
committed
Update package with html-parse-stringify2 name.
1 parent 161557d commit 7996f82

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"name": "html-parse-stringify",
2+
"name": "html-parse-stringify2",
33
"description": "Parses well-formed HTML (meaning all tags closed) into an AST and back. quickly.",
44
"version": "1.0.2",
5-
"author": "Henrik Joreteg <[email protected]>",
5+
"author": "Ray Di Ciaccio <[email protected]>",
66
"bugs": {
7-
"url": "https://github.com/henrikjoreteg/html-parse-stringify/issues"
7+
"url": "https://github.com/rayd/html-parse-stringify2/issues"
88
},
99
"dependencies": {
1010
"void-elements": "^1.0.0"
@@ -18,7 +18,7 @@
1818
"tape": "^3.0.3",
1919
"zuul": "^1.16.5"
2020
},
21-
"homepage": "https://github.com/henrikjoreteg/html-parse-stringify",
21+
"homepage": "https://github.com/rayd/html-parse-stringify2",
2222
"keywords": [
2323
"html",
2424
"parse",
@@ -29,7 +29,7 @@
2929
"main": "index.js",
3030
"repository": {
3131
"type": "git",
32-
"url": "https://github.com/henrikjoreteg/html-parse-stringify"
32+
"url": "https://github.com/rayd/html-parse-stringify2"
3333
},
3434
"scripts": {
3535
"start": "run-browser test/*",

0 commit comments

Comments
 (0)