Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
yadPe committed Aug 9, 2019
1 parent 9c03e85 commit c91cebe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/yadPe/beatconnect_client.git"
"url": "https://github.com/yadPe/beatconnect_client.git"
},
"engines": {
"node": ">=8.11"
Expand Down
3 changes: 2 additions & 1 deletion public/Window.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
const { BrowserWindow } = require('electron')
const { BrowserWindow } = require('electron');
const path = require('path');

// default window settings
const defaultProps = {
Expand Down

0 comments on commit c91cebe

Please sign in to comment.