Skip to content

Commit

Permalink
Fix errors requiring @capacitor
Browse files Browse the repository at this point in the history
Signed-off-by: William So <polyipseity@gmail.com>
  • Loading branch information
polyipseity committed Jun 6, 2024
1 parent cab08ff commit 6371119
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 15 deletions.
1 change: 0 additions & 1 deletion build/build.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ const ARGV_PRODUCTION = 2,
drop: [],
entryPoints: ["sources/main.ts", "sources/styles.css"],
external: [
"@capacitor/*",
"@codemirror/*",
"@lezer/*",
"electron",
Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"url": "PLACEHOLDER"
},
"dependencies": {
"@polyipseity/obsidian-plugin-library": "^1.25.0",
"@polyipseity/obsidian-plugin-library": "^1.25.1",
"i18next": "^23.11.5",
"lodash-es": "^4.17.21",
"obsidian": "~1.2.8",
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6371119

Please sign in to comment.