Skip to content

Commit 718890e

Browse files
committed
v1.0.0
1 parent 25099f3 commit 718890e

File tree

4 files changed

+4
-18
lines changed

4 files changed

+4
-18
lines changed

package.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "relp",
33
"description":"Relp - a web messenger. Enjoy free text chat, voice call and file sharing",
4-
"version": "0.2.0",
4+
"version": "1.0.0",
55
"private": true,
66
"author": "Abishek",
77
"main": "public/electron.js",
@@ -31,13 +31,11 @@
3131
"@testing-library/react": "^9.3.2",
3232
"@testing-library/user-event": "^7.1.2",
3333
"autosize": "^4.0.2",
34-
"chunk-stream": "^0.0.1",
3534
"date-fns": "^2.15.0",
3635
"dexie": "^3.0.2",
3736
"dompurify": "^2.0.15",
3837
"electron-is-dev": "^1.2.0",
3938
"emoji-mart": "^3.0.0",
40-
"filereader-stream": "^2.0.0",
4139
"firebase": "^7.16.1",
4240
"framer-motion": "^2.9.4",
4341
"immer": "^7.0.9",

public/manifest.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"background_color": "#004552",
77
"theme_color": "#004552",
88
"display": "standalone",
9-
"start_url":"/",
10-
"scope":"/",
9+
"scope": "/",
10+
"start_url": "/",
1111
"orientation": "portrait",
1212
"icons": [
1313
{

src/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ render(
3232
// If you want your app to work offline and load faster, you can change
3333
// unregister() to register() below. Note this comes with some pitfalls.
3434
// Learn more about service workers: https://bit.ly/CRA-PWA
35-
serviceWorker.unregister();
35+
serviceWorker.register();

yarn.lock

-12
Original file line numberDiff line numberDiff line change
@@ -4452,13 +4452,6 @@ chromium-pickle-js@^0.2.0:
44524452
resolved "https://registry.yarnpkg.com/chromium-pickle-js/-/chromium-pickle-js-0.2.0.tgz#04a106672c18b085ab774d983dfa3ea138f22205"
44534453
integrity sha1-BKEGZywYsIWrd02YPfo+oTjyIgU=
44544454

4455-
chunk-stream@^0.0.1:
4456-
version "0.0.1"
4457-
resolved "https://registry.yarnpkg.com/chunk-stream/-/chunk-stream-0.0.1.tgz#8484fa3df9f964b074e6f2d67ee1a76034c33139"
4458-
integrity sha1-hIT6Pfn5ZLB05vLWfuGnYDTDMTk=
4459-
dependencies:
4460-
through "~2.2.0"
4461-
44624455
ci-info@^2.0.0:
44634456
version "2.0.0"
44644457
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-2.0.0.tgz#67a9e964be31a51e15e5010d58e6f12834002f46"
@@ -13376,11 +13369,6 @@ through@^2.3.6:
1337613369
resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5"
1337713370
integrity sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=
1337813371

13379-
through@~2.2.0:
13380-
version "2.2.7"
13381-
resolved "https://registry.yarnpkg.com/through/-/through-2.2.7.tgz#6e8e21200191d4eb6a99f6f010df46aa1c6eb2bd"
13382-
integrity sha1-bo4hIAGR1OtqmfbwEN9Gqhxusr0=
13383-
1338413372
thunky@^1.0.2:
1338513373
version "1.1.0"
1338613374
resolved "https://registry.yarnpkg.com/thunky/-/thunky-1.1.0.tgz#5abaf714a9405db0504732bbccd2cedd9ef9537d"

0 commit comments

Comments
 (0)