Skip to content

Commit

Permalink
Update package metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
remcohaszing committed Nov 21, 2022
1 parent d9748fe commit ec6c52e
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions package.json
Expand Up @@ -2,11 +2,16 @@
"name": "gatsby-remark-mermaid",
"version": "2.1.0",
"description": "Add pretty graphs using mermaid and server-side rendering.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/remcohaszing/gatsby-remark-mermaid.git"
},
"author": "Thomas Biesaart <thomas.biesaart@gmail.com>",
"license": "ISC",
"exports": "./index.js",
"repository": "remcohaszing/gatsby-remark-mermaid",
"funding": "https://github.com/sponsors/remcohaszing",
"bugs": "https://github.com/remcohaszing/gatsby-remark-mermaid/issues",
"homepage": "https://github.com/remcohaszing/gatsby-remark-mermaid#readme",
"files": [
"index.js"
],
"keywords": [
"gatsby",
"gatsby-plugin",
Expand All @@ -18,12 +23,6 @@
"flowchart",
"diagram"
],
"author": "Thomas Biesaart <thomas.biesaart@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/remcohaszing/gatsby-remark-mermaid/issues"
},
"homepage": "https://github.com/remcohaszing/gatsby-remark-mermaid#readme",
"dependencies": {
"remark-mermaidjs": "^4.0.0"
},
Expand Down

0 comments on commit ec6c52e

Please sign in to comment.