We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
package.json
1 parent fc66790 commit a1002c1Copy full SHA for a1002c1
package.json
@@ -20,8 +20,18 @@
20
"remark-slug": "^4.0.0",
21
"mdast-util-to-string": "^1.0.0"
22
},
23
- "repository": "wooorm/remark-toc",
24
- "author": "Titus Wormer <tituswormer@gmail.com>",
+ "repository": {
+ "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
35
"files": [
36
"index.js"
37
],
0 commit comments