Skip to content

Commit 8d8d186

Browse files
committed
Refactor package.json
1 parent 1ee88c9 commit 8d8d186

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
"ast",
1010
"utility"
1111
],
12-
"files": [
13-
"index.js"
14-
],
15-
"repository": "https://github.com/syntax-tree/hast-util-to-parse5",
12+
"repository": "syntax-tree/hast-util-to-parse5",
1613
"bugs": "https://github.com/syntax-tree/hast-util-to-parse5/issues",
1714
"author": "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)",
1815
"contributors": [
1916
"Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)"
2017
],
18+
"files": [
19+
"index.js"
20+
],
2121
"dependencies": {
2222
"has": "^1.0.1",
2323
"hast-to-hyperscript": "^3.0.0",

0 commit comments

Comments
 (0)