Skip to content

Commit

Permalink
updated UI
Browse files Browse the repository at this point in the history
  • Loading branch information
rabadiw committed Jul 12, 2017
1 parent c219353 commit bf4c606
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"name": "onemark",
"private": true,
"productName": "Onemark",
"version": "1.0.14-alpha",
"version": "1.0.15-alpha",
"dependencies": {
"body-parser": "1.17.2",
"dotenv": "4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion app/www/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta name="theme-color" content="#000000"><link rel="manifest" href="./manifest.json"><link rel="shortcut icon" href="./favicon.ico"><link rel="icon" href="./favicon.ico"><title>Onemark</title><link href="./static/css/main.f8e105fc.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script type="text/javascript" src="./static/js/main.cec738ce.js"></script></body><script>window.process&&window.process.versions.electron&&require("./renderer.js")</script></html>
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta name="theme-color" content="#000000"><link rel="manifest" href="./manifest.json"><link rel="shortcut icon" href="./favicon.ico"><link rel="icon" href="./favicon.ico"><title>Onemark</title><link href="./static/css/main.f8e105fc.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script type="text/javascript" src="./static/js/main.d821ca61.js"></script></body><script>window.process&&window.process.versions.electron&&require("./renderer.js")</script></html>
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
"start": "concurrently \"yarn run api\" \"yarn run app\"",
"pack": "build --dir --win --x64",
"dist": "build",
"prerelease": "yarn run build:client",
"release": "build --publish always"
},
"dependencies": {
Expand Down

0 comments on commit bf4c606

Please sign in to comment.