mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-11-25 02:10:32 -06:00
* 🐛 Fix issue #1 * 🆕 Add .gitignore * 📝 Add incubating badge to readme * 🎨 Add dist to gitignore * ⬆️ Update dependencies, correct license string, customise app name
This commit is contained in:
parent
5acb94d48c
commit
57f8124ba5
@ -1,3 +1,5 @@
|
|||||||
|
[![Symphony Software Foundation - Incubating](https://cdn.rawgit.com/symphonyoss/contrib-toolbox/master/images/ssf-badge-incubating.svg)](https://symphonyoss.atlassian.net/wiki/display/FM/Incubating)
|
||||||
|
|
||||||
# SymphonyElectron
|
# SymphonyElectron
|
||||||
|
|
||||||
Project Goals:
|
Project Goals:
|
||||||
|
10
package.json
10
package.json
@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"name": "Symphony",
|
"name": "Symphony",
|
||||||
"productName": "Symphony",
|
"productName": "Symphony - ODP",
|
||||||
"version": "1.0.1",
|
"version": "1.0.1",
|
||||||
"description": "Symphony desktop app",
|
"description": "Symphony desktop app (Foundation ODP)",
|
||||||
"author": "Symphony",
|
"author": "Symphony",
|
||||||
"main": "js/main.js",
|
"main": "js/main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@ -33,17 +33,17 @@
|
|||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/SymphonyOSF/SymphonyElectron.git"
|
"url": "git+https://github.com/SymphonyOSS/SymphonyElectron.git"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"Symphony",
|
"Symphony",
|
||||||
"start"
|
"start"
|
||||||
],
|
],
|
||||||
"license": "tbd",
|
"license": "Apache-2.0",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://support.symphony.com"
|
"url": "https://support.symphony.com"
|
||||||
},
|
},
|
||||||
"homepage": "https://corporate.symphony.com",
|
"homepage": "https://foundation-dev.symphony.com",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"electron": "1.5.1",
|
"electron": "1.5.1",
|
||||||
"electron-builder": "^12.3.1",
|
"electron-builder": "^12.3.1",
|
||||||
|
Loading…
Reference in New Issue
Block a user