Skip to content

Commit

Permalink
fix: fix typescript error caused by out-of-date obsidian version
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenlx committed May 16, 2022
1 parent a371d49 commit 7fcd15a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"json": "^11.0.0",
"loglevel": "^1.8.0",
"monkey-around": "^2.3.0",
"obsidian": "github:obsidianmd/obsidian-api",
"obsidian": "latest",
"path-browserify": "^1.0.1",
"prettier": "^2.5.1",
"release-it": "^14.12.4",
Expand All @@ -63,7 +63,7 @@
},
"dependencies": {
"loglevel": "^1.8.0",
"obsidian": "github:obsidianmd/obsidian-api"
"obsidian": "latest"
},
"browser": {
"path": "path-browserify"
Expand Down

0 comments on commit 7fcd15a

Please sign in to comment.