Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
reorx committed Mar 11, 2022
1 parent de7ad89 commit fc3bca5
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 10 deletions.
2 changes: 1 addition & 1 deletion esbuild.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ esbuild.build({
banner: {
js: banner,
},
entryPoints: ['main.ts', 'styles.css'],
entryPoints: ['main.ts'],
bundle: true,
external: [
'obsidian',
Expand Down
2 changes: 0 additions & 2 deletions main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,6 @@ class PublishModal extends Modal {
}

onOpen() {
this.containerEl.addClass('telegraph-publish-modal')

switch (this.name) {
case 'confirm':
this.renderConfirm()
Expand Down
3 changes: 0 additions & 3 deletions styles.css

This file was deleted.

6 changes: 2 additions & 4 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
{
"1.0.0": "0.12.0",
"1.1.0": "0.12.0",
"1.1.1": "0.12.0"
}
"1.0.0": "0.12.0"
}

0 comments on commit fc3bca5

Please sign in to comment.