diff options
| author | lishid <[email protected]> | 2020-10-26 11:07:18 -0400 |
|---|---|---|
| committer | lishid <[email protected]> | 2020-10-26 11:07:18 -0400 |
| commit | 28898658816d54c0b9865f819914554600a076fb (patch) | |
| tree | cea0fd01b1b844fb5b369a9f7e9d75a34a1b18a5 /package.json | |
| parent | dfd3fe233b6a7cf4bfe11d0644426fd09c381dd7 (diff) | |
| download | ai-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.json | 2 |
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" } |
