Skip to content

Commit

Permalink
Refactor to Typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
pjeby committed Jul 28, 2022
1 parent 1e6d4ed commit 9797cf2
Show file tree
Hide file tree
Showing 6 changed files with 205 additions and 61 deletions.
3 changes: 1 addition & 2 deletions ophidian.config.mjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import Builder from "@ophidian/build";
import {readFileSync} from "node:fs"

new Builder("src/plugin.js")
new Builder("src/hotkey-helper.ts")
.withCss()
.withInstall()
.build();
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"devDependencies": {
"@ophidian/build": "^1",
"@ophidian/core": "git://github.com/ophidian-lib/core.git",
"i18next": "^20.3.2",
"monkey-around": "^2.1",
"obsidian": "0.15.4"
}
Expand Down
19 changes: 19 additions & 0 deletions pnpm-lock.yaml

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

Loading

0 comments on commit 9797cf2

Please sign in to comment.