Skip to content

Commit a1002c1

Browse files
committed
Update metadata in package.json
1 parent fc66790 commit a1002c1

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

package.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,18 @@
2020
"remark-slug": "^4.0.0",
2121
"mdast-util-to-string": "^1.0.0"
2222
},
23-
"repository": "wooorm/remark-toc",
24-
"author": "Titus Wormer <tituswormer@gmail.com>",
23+
"repository": {
24+
"type": "git",
25+
"url": "https://github.com/wooorm/remark-toc.git"
26+
},
27+
"bugs": "https://github.com/wooorm/remark-toc/issues",
28+
"author": "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)",
29+
"contributors": [
30+
"Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)"
31+
],
32+
"engines": {
33+
"node": ">=0.10.0"
34+
},
2535
"files": [
2636
"index.js"
2737
],

0 commit comments

Comments
 (0)