Update dependencies

This commit is contained in:
Krishan
2022-05-04 17:52:40 +05:30
parent 9fa93b2bee
commit c6813cc69d
7 changed files with 699 additions and 650 deletions

View File

@@ -1,12 +1,12 @@
{
"package": {
"productName": "Cinny",
"productName": "cinny",
"version": "1.8.2"
},
"build": {
"distDir": "../cinny/dist",
"devPath": "http://localhost:8080",
"beforeDevCommand": "",
"beforeDevCommand": "cd cinny && npm start",
"beforeBuildCommand": "cd cinny && npm run build"
},
"tauri": {
@@ -28,13 +28,11 @@
"shortDescription": "",
"longDescription": "",
"deb": {
"depends": [],
"useBootstrapper": false
"depends": []
},
"macOS": {
"frameworks": [],
"minimumSystemVersion": "",
"useBootstrapper": false,
"exceptionDomain": "",
"signingIdentity": null,
"providerShortName": null,