summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamran Ahmed <kaahmed@altayer.com>2019-06-21 22:44:25 +0400
committerKamran Ahmed <kaahmed@altayer.com>2019-06-21 22:44:25 +0400
commit5ae0664fd629759d86065b64d3e7731b846b5775 (patch)
treed6389eb89c35558dd2ef14db0a4396d61e8af870
parentAdd google analytics (diff)
downloadgithunt-5ae0664fd629759d86065b64d3e7731b846b5775.tar.gz
Update chrome extension build
-rw-r--r--package.json2
-rw-r--r--public/manifest.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index e55192d..37b420a 100644
--- a/package.json
+++ b/package.json
@@ -24,7 +24,7 @@
},
"scripts": {
"start": "react-scripts start",
- "build-chrome": "react-scripts build",
+ "build-chrome": "INLINE_RUNTIME_CHUNK=false react-scripts build",
"build-web": "cross-env PUBLIC_URL=/githunt react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
diff --git a/public/manifest.json b/public/manifest.json
index d81d78e..03424f9 100644
--- a/public/manifest.json
+++ b/public/manifest.json
@@ -3,7 +3,7 @@
"name": "Githunt",
"short_name": "Githunt",
"description": "Replace the new tab with a list of trending repositories on github belonging to any technology that you chose.",
- "version": "3.4",
+ "version": "3.6",
"permissions": [
"tabs",
"storage",