Skip to content

Commit 8ebe6b1

Browse files
committed
Refactor package.json
1 parent a970aad commit 8ebe6b1

File tree

1 file changed

+16
-12
lines changed

1 file changed

+16
-12
lines changed

package.json

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
{
22
"name": "hast-util-to-mdast",
33
"version": "0.0.0",
4-
"description": "convert HAST to MDAST",
5-
"main": "index.js",
6-
"repository": {
7-
"type": "git",
8-
"url": "git+https://github.com/syntax-tree/hast-util-to-mdast.git"
9-
},
4+
"description": "Transform HAST to MDAST",
5+
"license": "ISC",
106
"keywords": [
117
"hast",
128
"mdast",
@@ -15,12 +11,20 @@
1511
"markdown",
1612
"html"
1713
],
18-
"author": "",
19-
"license": "ISC",
20-
"bugs": {
21-
"url": "https://github.com/syntax-tree/hast-util-to-mdast/issues"
22-
},
23-
"homepage": "https://github.com/syntax-tree/hast-util-to-mdast#readme",
14+
"files": [
15+
"lib",
16+
"index.js",
17+
"one.js",
18+
"all.js"
19+
],
20+
"repository": "https://github.com/syntax-tree/hast-util-to-mdast",
21+
"bugs": "https://github.com/syntax-tree/hast-util-to-mdast/issues",
22+
"author": "Seth Vincent <[email protected]> (https://sethvincent.com)",
23+
"contributors": [
24+
"Seth Vincent <[email protected]> (https://sethvincent.com)",
25+
"Titus Wormer <[email protected]> (http://wooorm.com)"
26+
],
27+
"main": "index.js",
2428
"dependencies": {
2529
"has": "^1.0.1",
2630
"hast-util-has-property": "^1.0.0",

0 commit comments

Comments
 (0)