Skip to content

Commit

Permalink
Lint and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
lin-toto committed Jan 26, 2018
1 parent 1e38a28 commit 7598143
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "markdown-palettes",
"description": "Markdown*Palettes: Markdown editor for the modern web.",
"version": "0.1.0",
"version": "0.1.1",
"author": "Luogu Dev Team",
"license": "MIT",
"module": "src/module.js",
Expand Down
4 changes: 2 additions & 2 deletions src/components/toolbar-button/btn-info.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ export default {
icon: 'fa-info-circle',
title: '关于',
action: {
insert: function () {
window.location.href="https://github.com/luogu-dev/markdown-palettes";
insert () {
window.location.href = 'https://github.com/luogu-dev/markdown-palettes'
}
}
}

0 comments on commit 7598143

Please sign in to comment.