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 1942779 commit ca0c9f2Copy full SHA for ca0c9f2
package.json
@@ -4,7 +4,10 @@
4
"description": "Add pretty graphs using mermaid and server-side rendering.",
5
"author": "Thomas Biesaart <[email protected]>",
6
"license": "ISC",
7
- "exports": "./index.js",
+ "exports": {
8
+ ".": "./index.js",
9
+ "./package.json": "./package.json"
10
+ },
11
"repository": "remcohaszing/gatsby-remark-mermaid",
12
"funding": "https://github.com/sponsors/remcohaszing",
13
"bugs": "https://github.com/remcohaszing/gatsby-remark-mermaid/issues",
0 commit comments