Skip to content

Commit

Permalink
v3.1.4 update google parser
Browse files Browse the repository at this point in the history
  • Loading branch information
ik9999 committed Jun 9, 2021
1 parent 0080858 commit a579d5a
Show file tree
Hide file tree
Showing 4 changed files with 129 additions and 126 deletions.
155 changes: 45 additions & 110 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "popupsearch",
"version": "3.1.3",
"version": "3.1.4",
"description": "Chrome extension for searching",
"author": "[email protected]",
"scripts": {
Expand All @@ -11,7 +11,7 @@
"watch:dev": "cross-env HMR=true npm run build:dev -- --watch"
},
"dependencies": {
"axios": "^0.18.0",
"axios": "^0.21.1",
"vue": "^2.5.13",
"vue-router": "^3.0.1",
"vuex": "^3.0.1",
Expand All @@ -23,7 +23,7 @@
"jquery": "^3.3.1",
"jquery-autocomplete": "ik9999/autocomplete",
"popper.js": "^1.14.3",
"lodash": "^4.17.10",
"lodash": "^4.17.21",
"fast-format": "^0.2.0",
"querystring-browser": "^1.0.4",
"mousetrap": "^1.6.2",
Expand Down Expand Up @@ -52,7 +52,6 @@
"webpack-chrome-extension-reloader": "^1.3.0",
"webpack-cli": "^4.2.0",
"webpack-shell-plugin": "^0.5.0",
"extract-text-webpack-plugin": "",
"zip-folder": "^1.0.0"
}
}
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "PopupSearch",
"description": "Chrome extension for searching in google™ using popup window with keyboard navigation support",
"version": "3.1.3",
"version": "3.1.4",
"manifest_version": 2,
"icons": {
"48": "icons/icon_48.png",
Expand Down
Loading

0 comments on commit a579d5a

Please sign in to comment.