Skip to content

Commit

Permalink
try to fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
thingnotok committed Mar 3, 2023
1 parent d72e84e commit b061a96
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 deletions.
1 change: 1 addition & 0 deletions esbuild.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ esbuild.build({
'@lezer/common',
'@lezer/highlight',
'@lezer/lr',
'turndown',
...builtins],
format: 'cjs',
watch: !prod,
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian-google-mail",
"name": "Google Mail",
"version": "1.4.1",
"version": "1.4.2",
"minAppVersion": "0.15.0",
"description": "It fetches Google Mail as md notes. For note taking on newletters and idea collections.",
"author": "Lite C",
Expand Down
17 changes: 15 additions & 2 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-google-mail",
"version": "1.4.1",
"version": "1.4.2",
"description": "It fetches Google Mail as md notes. For note taking on newletters and idea collections.",
"main": "main.js",
"keywords": [],
Expand All @@ -13,6 +13,7 @@
},
"devDependencies": {
"@types/node": "^16.11.6",
"@types/turndown": "^5.0.1",
"@typescript-eslint/eslint-plugin": "5.29.0",
"@typescript-eslint/parser": "5.29.0",
"builtin-modules": "3.3.0",
Expand Down

0 comments on commit b061a96

Please sign in to comment.