Skip to content

Commit

Permalink
fix: mark obsidian and node/electron types as peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Fevol committed May 10, 2024
1 parent 9e54f7f commit 0d15312
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 13 deletions.
23 changes: 14 additions & 9 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
"url": "https://github.com/Fevol/obsidian-typings/issues"
},
"homepage": "https://github.com/Fevol/obsidian-typings#readme",
"dependencies": {
"obsidian": "^1.4.11"
},
"devDependencies": {
"peerDependencies": {
"@types/node": "^20.10.7",
"@types/electron": "npm:@ophidian/electron-types",
"obsidian": "^1.5.7-1"
},
"devDependencies": {
"dprint": "^0.45.1",
"ts-morph": "^22.0.0"
},
Expand Down

0 comments on commit 0d15312

Please sign in to comment.