Skip to content

Commit

Permalink
feat: plugin deployment via github
Browse files Browse the repository at this point in the history
  • Loading branch information
fnumatic committed Nov 15, 2022
1 parent 8f8c207 commit ca1aec9
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ yarn.lock
.npmrc
dist/
.DS_STORE
main.js
#main.js
styles.css
.hotreload
2 changes: 2 additions & 0 deletions main.js

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

9 changes: 9 additions & 0 deletions manifest-beta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"id": "obsidian-dynamic-toc",
"name": "Dynamic Table of Contents",
"author": "aidurber",
"description": "An Obsidian plugin to generate Tables of Contents that stay up to date with your document outline.",
"minAppVersion": "0.11.0",
"version": "0.0.28",
"repo": "fnumatic/obsidian-plugin-dynamic-toc"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "MIT",
"scripts": {
"dev": "obsidian-plugin dev -S src/styles.css src/main.ts",
"prebuild": "yarn test",
"prebuild": "npm test",
"type-check": "tsc --noEmit",
"build": "obsidian-plugin build -S src/styles.css src/main.ts -o .",
"release:dry": "standard-version -t '' --dry-run",
Expand Down

0 comments on commit ca1aec9

Please sign in to comment.