Skip to content

Commit 7651f2d

Browse files
committed
removed PJAX dep
1 parent 38f9575 commit 7651f2d

File tree

4 files changed

+3
-9
lines changed

4 files changed

+3
-9
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
APP_VERSION=8.2.63
1+
APP_VERSION=8.2.64
22
PAYPAL_URL=https://www.paypal.me/KasElvirov
33
OPENCOLLECTIVE_URL=https://opencollective.com/kas-elvirov

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"short_name": "__MSG_shortName__",
66
"author": "__MSG_author__",
77
"description": "__MSG_description__",
8-
"version": "8.2.63",
8+
"version": "8.2.64",
99
"browser_action": {
1010
"default_icon": "img/icon128.png",
1111
"default_popup": "index.html",

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gloc",
3-
"version": "8.2.63",
3+
"version": "8.2.64",
44
"description": "Browser extension - counts locs on GitHub pages",
55
"authors": [
66
"Kas Elvirov <kas.elvirov@gmail.com> (https://github.com/kas-elvirov)"
@@ -41,7 +41,6 @@
4141
"@types/react": "^16.9.13",
4242
"@types/react-dom": "^16.9.4",
4343
"@types/styled-components": "^4.4.0",
44-
"pjax": "^0.2.8",
4544
"react": "^16.12.0",
4645
"react-dom": "^16.12.0",
4746
"styled-components": "^4.4.1"

yarn.lock

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5186,11 +5186,6 @@ pify@^4.0.1:
51865186
resolved "https://registry.yarnpkg.com/pify/-/pify-4.0.1.tgz#4b2cd25c50d598735c50292224fd8c6df41e3231"
51875187
integrity sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==
51885188

5189-
pjax@^0.2.8:
5190-
version "0.2.8"
5191-
resolved "https://registry.yarnpkg.com/pjax/-/pjax-0.2.8.tgz#ce789a6a95ec4f555fa04a350ad1fc3dac0d1b6f"
5192-
integrity sha512-IeVXXIZJzxVDYzV2Td5MZkWJcny8JRCz2dQ1xxhIUbIFgP+08ymV7WXVtbF8NlUd2MZKH1cNvhuTOd2QAOGcOg==
5193-
51945189
pkg-dir@^2.0.0:
51955190
version "2.0.0"
51965191
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-2.0.0.tgz#f6d5d1109e19d63edf428e0bd57e12777615334b"

0 commit comments

Comments
 (0)