Skip to content

Commit 26ae467

Browse files
adopt correct repository field convention in package.json
1 parent 312e184 commit 26ae467

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

packages/plugin-markdown/package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
"name": "@greenwood/plugin-markdown",
33
"version": "0.32.0-alpha.5",
44
"description": "A Greenwood plugin for processing markdown files for pages using the Unified ecosystem.",
5-
"repository": "https://github.com/ProjectEvergreen/greenwood",
5+
"repository": {
6+
"type": "git",
7+
"url": "git+https://github.com/ProjectEvergreen/greenwood.git",
8+
"directory": "packages/plugin-markdown"
9+
},
610
"homepage": "https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-markdown",
711
"author": "Owen Buckley <[email protected]>",
812
"license": "MIT",
@@ -13,7 +17,7 @@
1317
"Full Stack Web Development",
1418
"Markdown",
1519
"Unified",
16-
"Rehpye",
20+
"Rehype",
1721
"Remark"
1822
],
1923
"type": "module",

0 commit comments

Comments
 (0)