Move is-electron to utils

This commit is contained in:
Manav Rathi 2024-02-23 16:55:12 +05:30
parent a3f76e529a
commit 9ac2a84465
3 changed files with 1 additions and 2 deletions

View file

@ -32,7 +32,6 @@
"hdbscan": "0.0.1-alpha.5",
"heic-convert": "^2.0.0",
"idb": "^7.1.1",
"is-electron": "^2.2.2",
"jszip": "3.10.1",
"leaflet": "^1.9.4",
"leaflet-defaulticon-compatibility": "^0.1.1",

View file

@ -25,7 +25,6 @@
"@ente/accounts": "*",
"@ente/shared": "*",
"axios": "^1.6.0",
"is-electron": "^2.2.2",
"next": "^14.1"
},
"devDependencies": {

View file

@ -7,6 +7,7 @@
"@types/libsodium-wrappers": "0.7.9"
},
"dependencies": {
"is-electron": "^2.2.2",
"libsodium-wrappers": "0.7.9"
}
}