Skip to content

Commit

Permalink
fix: Add repository information for providence
Browse files Browse the repository at this point in the history
  • Loading branch information
andymac4182 committed Apr 20, 2023
1 parent 165e9d9 commit 362e025
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/lib/package.json
Expand Up @@ -79,6 +79,11 @@
"access": "public",
"registry": "https://registry.npmjs.org/",
"provenance": true
},
"repository": {
"type": "git",
"url": "https://github.com/obsidian-confluence/obsidian-confluence",
"directory": "packages/lib"
}
}

5 changes: 5 additions & 0 deletions packages/mermaid-electron-renderer/package.json
Expand Up @@ -39,5 +39,10 @@
"access": "public",
"registry": "https://registry.npmjs.org/",
"provenance": true
},
"repository": {
"type": "git",
"url": "https://github.com/obsidian-confluence/obsidian-confluence",
"directory": "packages/mermaid-electron-renderer"
}
}

0 comments on commit 362e025

Please sign in to comment.