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.
1 parent 312e184 commit 26ae467Copy full SHA for 26ae467
packages/plugin-markdown/package.json
@@ -2,7 +2,11 @@
2
"name": "@greenwood/plugin-markdown",
3
"version": "0.32.0-alpha.5",
4
"description": "A Greenwood plugin for processing markdown files for pages using the Unified ecosystem.",
5
- "repository": "https://github.com/ProjectEvergreen/greenwood",
+ "repository": {
6
+ "type": "git",
7
+ "url": "git+https://github.com/ProjectEvergreen/greenwood.git",
8
+ "directory": "packages/plugin-markdown"
9
+ },
10
"homepage": "https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-markdown",
11
"author": "Owen Buckley <[email protected]>",
12
"license": "MIT",
@@ -13,7 +17,7 @@
13
17
"Full Stack Web Development",
14
18
"Markdown",
15
19
"Unified",
16
- "Rehpye",
20
+ "Rehype",
21
"Remark"
22
],
23
"type": "module",
0 commit comments