Skip to content

Commit 73c599a

Browse files
committed
Update metadata in package.json, component.json
1 parent 747fb01 commit 73c599a

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

component.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"utility"
1414
],
1515
"repository": "wooorm/mdast-util-to-string",
16+
"dependencies": {},
1617
"scripts": [
1718
"index.js"
1819
]

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,16 @@
1212
"util",
1313
"utility"
1414
],
15-
"repository": "wooorm/mdast-util-to-string",
16-
"author": "Titus Wormer <tituswormer@gmail.com>",
15+
"repository": {
16+
"type": "git",
17+
"url": "https://github.com/wooorm/mdast-util-to-string.git"
18+
},
19+
"bugs": "https://github.com/wooorm/mdast-util-to-string/issues",
20+
"author": "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)",
1721
"files": [
1822
"index.js"
1923
],
24+
"dependencies": {},
2025
"devDependencies": {
2126
"browserify": "^13.0.0",
2227
"eslint": "^1.0.0",

0 commit comments

Comments
 (0)