Skip to content

Commit

Permalink
[Add] Updated metdatas
Browse files Browse the repository at this point in the history
Signed-off-by: camarm <[email protected]>
  • Loading branch information
camarm-dev committed Jan 5, 2024
1 parent ad20c07 commit c499cc1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
"version": "1.0.0",
"description": "An Amazing Capacitor App",
"author": {
"name": "",
"email": ""
"name": "Armand CAMPONOVO (@camarm-dev)",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": ""
"url": "https://github.com/camarm-dev/remede"
},
"license": "MIT",
"license": "CeCill V2.1",
"main": "build/src/index.js",
"scripts": {
"build": "tsc && electron-rebuild",
Expand Down
8 changes: 8 additions & 0 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@
"version": "1.0.0",
"type": "module",
"license": "Cecill V2.1",
"author": {
"name": "Armand CAMPONOVO (@camarm-dev)",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/camarm-dev/remede"
},
"scripts": {
"dev": "vite --host 0.0.0.0",
"build": "vite build",
Expand Down

0 comments on commit c499cc1

Please sign in to comment.