Skip to content

Commit

Permalink
misc: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mablin7 committed Feb 26, 2022
1 parent 7615532 commit 77dd95e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "joplin-plugin-kanban",
"version": "1.0.5",
"version": "1.0.6",
"scripts": {
"test": "jest",
"dist": "webpack --joplin-plugin-config buildMain && webpack --joplin-plugin-config buildExtraScripts && webpack --joplin-plugin-config createArchive",
Expand Down
1 change: 0 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ function onBuildCompleted() {
}

const baseConfig = {
mode: 'development',
target: 'node',
stats: 'errors-only',
module: {
Expand Down

0 comments on commit 77dd95e

Please sign in to comment.