Lots of good UI updates and code formatting

This commit is contained in:
Nathan Parikh
2017-08-25 15:15:06 -05:00
parent 504aed67be
commit 2f52fd2978
4 changed files with 779 additions and 225 deletions

View File

@@ -1,5 +1,6 @@
{
"name": "crypto-price-widget",
"productName": "crypto-price-widget",
"version": "1.0.0",
"description": "A cross-platform app for tracking Crypto prices",
"main": "main.js",
@@ -18,7 +19,8 @@
"author": "GitHub",
"license": "CC0-1.0",
"devDependencies": {
"electron": "~1.6.2"
"electron": "~1.6.2",
"electron-packager": "^8.7.2"
},
"dependencies": {
"ava": "^0.15.2",