Skip to content

Commit 781acac

Browse files
committed
Refactor package.json
1 parent 605f59a commit 781acac

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

package.json

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,20 @@
1111
"markdown",
1212
"html"
1313
],
14+
"repository": "syntax-tree/hast-util-to-mdast",
15+
"bugs": "https://github.com/syntax-tree/hast-util-to-mdast/issues",
16+
"author": "Seth Vincent <[email protected]> (https://sethvincent.com)",
17+
"contributors": [
18+
"Seth Vincent <[email protected]> (https://sethvincent.com)",
19+
"Titus Wormer <[email protected]> (http://wooorm.com)"
20+
],
1421
"files": [
1522
"handlers",
1623
"index.js",
1724
"one.js",
1825
"all.js",
1926
"wrap.js"
2027
],
21-
"repository": "https://github.com/syntax-tree/hast-util-to-mdast",
22-
"bugs": "https://github.com/syntax-tree/hast-util-to-mdast/issues",
23-
"author": "Seth Vincent <[email protected]> (https://sethvincent.com)",
24-
"contributors": [
25-
"Seth Vincent <[email protected]> (https://sethvincent.com)",
26-
"Titus Wormer <[email protected]> (http://wooorm.com)"
27-
],
28-
"main": "index.js",
2928
"dependencies": {
3029
"hast-util-has-property": "^1.0.0",
3130
"hast-util-is-element": "^1.0.0",

0 commit comments

Comments
 (0)