Fix issue #5 & #7, and add .gitignore (#6)

* 🐛 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:
Peter Monks 2017-02-17 18:53:25 -08:00 committed by Lynn
parent 5acb94d48c
commit 57f8124ba5
2 changed files with 7 additions and 5 deletions

View File

@ -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:

View File

@ -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",