Skip to content

Commit 7598143

Browse files
committed
Lint and version bump
1 parent 1e38a28 commit 7598143

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "markdown-palettes",
33
"description": "Markdown*Palettes: Markdown editor for the modern web.",
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"author": "Luogu Dev Team",
66
"license": "MIT",
77
"module": "src/module.js",

src/components/toolbar-button/btn-info.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ export default {
33
icon: 'fa-info-circle',
44
title: '关于',
55
action: {
6-
insert: function () {
7-
window.location.href="https://github.com/luogu-dev/markdown-palettes";
6+
insert () {
7+
window.location.href = 'https://github.com/luogu-dev/markdown-palettes'
88
}
99
}
1010
}

0 commit comments

Comments
 (0)