Skip to content

Commit

Permalink
fix: bring back open shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
atude committed Oct 28, 2021
1 parent c69e037 commit 5f31075
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kanbie",
"version": "0.1.0",
"version": "1.0.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^4.2.4",
Expand All @@ -20,12 +20,11 @@
},
"scripts": {
"start": "react-scripts start",
"build": "yarn build:app && yarn build:bg && yarn zip",
"build": "yarn build:app && yarn build:bg",
"build:clean": "rimraf build && yarn build",
"build:app": "INLINE_RUNTIME_CHUNK=false react-scripts build",
"build:bg": "webpack --mode production --config webpack.bg.config.js",
"build:watch": "watch 'yarn build' ./src",
"zip": "bestzip bundle.zip build/*",
"eject": "react-scripts eject"
},
"eslintConfig": {
Expand Down
4 changes: 2 additions & 2 deletions public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "Kanbie",
"description": "Kanban board from any tab.",
"version": "2.0.6",
"version": "2.0.8",
"action": {
"default_popup": "index.html"
},
Expand All @@ -20,7 +20,7 @@
"notifications"
],
"commands": {
"_execute_browser_action": {
"_execute_action": {
"suggested_key": {
"windows": "Alt+K",
"mac": "Alt+K",
Expand Down

0 comments on commit 5f31075

Please sign in to comment.