-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: camarm <[email protected]>
- Loading branch information
1 parent
ad20c07
commit c499cc1
Showing
2 changed files
with
12 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|