Skip to content

Commit

Permalink
Enlarge font size on icon
Browse files Browse the repository at this point in the history
  • Loading branch information
s-coimbra21 committed Jan 24, 2017
1 parent 8599c3f commit 3a443c7
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "lol-skins-viewer",
"productName": "LoLSkinsViewer",
"version": "1.0.0",
"version": "1.0.1",
"description": "An application that can show you all the skins you own",
"main": "./dist/main.js",
"author": {
Expand Down
Binary file modified build/icon.ico
Binary file not shown.
Binary file modified build/icon.psd
Binary file not shown.
12 changes: 12 additions & 0 deletions jsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"compilerOptions": {
"target": "ES6",
"module": "commonjs",
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true
},
"exclude": [
"node_modules",
"app/dist"
]
}

0 comments on commit 3a443c7

Please sign in to comment.