Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Finchiedev committed Oct 29, 2018
2 parents 0942d31 + 858ade1 commit d937a25
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
paths:
- node_modules
key: v1-dependencies-{{ checksum "package.json" }}
- electron: npm install --save-dev electron
# run tests!
- run: electron .

Expand Down
12 changes: 7 additions & 5 deletions App/version.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,12 @@
<a href="settings.html">Settings</a>
<a href="version.html" id="selected">Version</a>
</div>
<h1>GUI Versions:</h1>
<p>Node <script>document.write(process.versions.node)</script></p>
<p>Chrome <script>document.write(process.versions.chrome)</script></p>
<p>Electron <script>document.write(process.versions.electron)</script></p>
<p>Running on <script>document.write(process.platform)</script></p>
<div class="main">
<h1>GUI Versions:</h1>
<p>Node <script>document.write(process.versions.node)</script></p>
<p>Chrome <script>document.write(process.versions.chrome)</script></p>
<p>Electron <script>document.write(process.versions.electron)</script></p>
<p>Running on <script>document.write(process.platform)</script></p>
</div>
</body>
</html>

0 comments on commit d937a25

Please sign in to comment.