Skip to content

Commit a55f56f

Browse files
committed
Update package.json with issues and homepage
1 parent e567b09 commit a55f56f

File tree

7 files changed

+35
-7
lines changed

7 files changed

+35
-7
lines changed

packages/draft-js-export-html/package.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,9 @@
2222
"export-html"
2323
],
2424
"author": "[email protected]",
25-
"license": "ISC"
25+
"license": "ISC",
26+
"bugs": {
27+
"url": "https://github.com/sstur/draft-js-utils/issues"
28+
},
29+
"homepage": "https://github.com/sstur/draft-js-utils/blob/master/packages/draft-js-export-html/README.md"
2630
}

packages/draft-js-export-markdown/package.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,9 @@
2929
"url": "https://github.com/sstur"
3030
}
3131
],
32-
"license": "ISC"
32+
"license": "ISC",
33+
"bugs": {
34+
"url": "https://github.com/sstur/draft-js-utils/issues"
35+
},
36+
"homepage": "https://github.com/sstur/draft-js-utils/blob/master/packages/draft-js-export-markdown/README.md"
3337
}

packages/draft-js-import-element/package.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,9 @@
3030
"url": "https://github.com/sstur"
3131
}
3232
],
33-
"license": "ISC"
33+
"license": "ISC",
34+
"bugs": {
35+
"url": "https://github.com/sstur/draft-js-utils/issues"
36+
},
37+
"homepage": "https://github.com/sstur/draft-js-utils/blob/master/packages/draft-js-import-element/README.md"
3438
}

packages/draft-js-import-html/package.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,9 @@
2929
"url": "https://github.com/sstur"
3030
}
3131
],
32-
"license": "ISC"
32+
"license": "ISC",
33+
"bugs": {
34+
"url": "https://github.com/sstur/draft-js-utils/issues"
35+
},
36+
"homepage": "https://github.com/sstur/draft-js-utils/blob/master/packages/draft-js-import-html/README.md"
3337
}

packages/draft-js-import-markdown/package.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,9 @@
2020
"import-markdown"
2121
],
2222
"author": "[email protected]",
23-
"license": "ISC"
23+
"license": "ISC",
24+
"bugs": {
25+
"url": "https://github.com/sstur/draft-js-utils/issues"
26+
},
27+
"homepage": "https://github.com/sstur/draft-js-utils/blob/master/packages/draft-js-import-markdown/README.md"
2428
}

packages/draft-js-utils/package.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,9 @@
3636
"url": "https://github.com/thebritican"
3737
}
3838
],
39-
"license": "ISC"
39+
"license": "ISC",
40+
"bugs": {
41+
"url": "https://github.com/sstur/draft-js-utils/issues"
42+
},
43+
"homepage": "https://github.com/sstur/draft-js-utils/blob/master/packages/draft-js-utils/README.md"
4044
}

packages/synthetic-dom/package.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,9 @@
1414
"markdown-parser"
1515
],
1616
"author": "[email protected]",
17-
"license": "ISC"
17+
"license": "ISC",
18+
"bugs": {
19+
"url": "https://github.com/sstur/draft-js-utils/issues"
20+
},
21+
"homepage": "https://github.com/sstur/draft-js-utils/blob/master/packages/synthetic-dom/README.md"
1822
}

0 commit comments

Comments
 (0)