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
component.json
1 parent 747fb01 commit 73c599aCopy full SHA for 73c599a
component.json
@@ -13,6 +13,7 @@
13
"utility"
14
],
15
"repository": "wooorm/mdast-util-to-string",
16
+ "dependencies": {},
17
"scripts": [
18
"index.js"
19
]
package.json
@@ -12,11 +12,16 @@
12
"util",
- "repository": "wooorm/mdast-util-to-string",
- "author": "Titus Wormer <tituswormer@gmail.com>",
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/wooorm/mdast-util-to-string.git"
+ },
+ "bugs": "https://github.com/wooorm/mdast-util-to-string/issues",
20
+ "author": "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)",
21
"files": [
22
23
24
25
"devDependencies": {
26
"browserify": "^13.0.0",
27
"eslint": "^1.0.0",
0 commit comments