summaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorlishid <[email protected]>2020-10-26 11:07:18 -0400
committerlishid <[email protected]>2020-10-26 11:07:18 -0400
commit28898658816d54c0b9865f819914554600a076fb (patch)
treecea0fd01b1b844fb5b369a9f7e9d75a34a1b18a5 /package.json
parentdfd3fe233b6a7cf4bfe11d0644426fd09c381dd7 (diff)
downloadai-pulse-obsidian-plugin-28898658816d54c0b9865f819914554600a076fb.tar.gz
ai-pulse-obsidian-plugin-28898658816d54c0b9865f819914554600a076fb.zip
Refactor: Use new version of obsidian.d.ts from remote.
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index ed9d8fa..78b61a8 100644
--- a/package.json
+++ b/package.json
@@ -11,7 +11,7 @@
"author": "",
"license": "MIT",
"devDependencies": {
- "@types/codemirror": "0.0.98",
+ "obsidian": "https://github.com/obsidianmd/obsidian-api/tarball/master",
"@types/node": "^14.14.2",
"typescript": "^4.0.3"
}