Skip to content

Commit

Permalink
fix(ReleasePlease): Fix to use a different name for package due to th…
Browse files Browse the repository at this point in the history
…e actual obsidian package
  • Loading branch information
andymac4182 committed Apr 18, 2023
1 parent d6bb949 commit 3f94f7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -4,7 +4,7 @@
"type": "module",
"scripts": {
"prepare": "husky install",
"devall": "npm run dev --workspace=@markdown-confluence/lib & npm run dev --workspace=@markdown-confluence/mermaid-electron-renderer & npm run dev --workspace=obsidian"
"devall": "npm run dev --workspace=@markdown-confluence/lib & npm run dev --workspace=@markdown-confluence/mermaid-electron-renderer & npm run dev --workspace=obsidian-confluence"
},
"devDependencies": {},
"workspaces": [
Expand Down
2 changes: 1 addition & 1 deletion packages/obsidian/package.json
@@ -1,5 +1,5 @@
{
"name": "obsidian",
"name": "obsidian-confluence",
"version": "2.1.1",
"description": "This library allows you to publish your notes to Confluence",
"main": "main.js",
Expand Down

0 comments on commit 3f94f7e

Please sign in to comment.