mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-11-24 18:00:28 -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
|
||||
|
||||
Project Goals:
|
||||
|
10
package.json
10
package.json
@ -1,8 +1,8 @@
|
||||
{
|
||||
"name": "Symphony",
|
||||
"productName": "Symphony",
|
||||
"productName": "Symphony - ODP",
|
||||
"version": "1.0.1",
|
||||
"description": "Symphony desktop app",
|
||||
"description": "Symphony desktop app (Foundation ODP)",
|
||||
"author": "Symphony",
|
||||
"main": "js/main.js",
|
||||
"scripts": {
|
||||
@ -33,17 +33,17 @@
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/SymphonyOSF/SymphonyElectron.git"
|
||||
"url": "git+https://github.com/SymphonyOSS/SymphonyElectron.git"
|
||||
},
|
||||
"keywords": [
|
||||
"Symphony",
|
||||
"start"
|
||||
],
|
||||
"license": "tbd",
|
||||
"license": "Apache-2.0",
|
||||
"bugs": {
|
||||
"url": "https://support.symphony.com"
|
||||
},
|
||||
"homepage": "https://corporate.symphony.com",
|
||||
"homepage": "https://foundation-dev.symphony.com",
|
||||
"devDependencies": {
|
||||
"electron": "1.5.1",
|
||||
"electron-builder": "^12.3.1",
|
||||
|
Loading…
Reference in New Issue
Block a user