Skip to content

Commit

Permalink
Solved the 'window.open' bug caused by electron 1.4.3
Browse files Browse the repository at this point in the history
Locked down the version of electron to 1.4.1
  • Loading branch information
vaibhav-sidapara committed Oct 11, 2016
1 parent b56cd86 commit 6599ee1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion about.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</div>
<div class="col-xs-12 text-center">
<h4>Vagrant Manager</h4>
<small>V 1.0</small>
<small>V 1.1</small>
</div>

<div class="col-xs-12 text-center content">
Expand Down
2 changes: 1 addition & 1 deletion assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ video {
height: 100%;
z-index: -100;
/*transform: translateX(-50%) translateY(-50%);*/
background: url('assets/images/background.jpg') no-repeat;
background: url('../images/background.jpg') no-repeat;
background-size: cover;
}
.about {
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "vagrantManager",
"name": "vagrant-manager",
"version": "1.0.0",
"description": "Manage your vagrant machines in one place with Vagrant Manager",
"main": "index.js",
Expand All @@ -12,14 +12,14 @@
"Manager"
],
"author": "Vaibhav Sidapara",
"license": "GPL-3.0",
"license": "MIT",
"dependencies": {
"jquery": "^3.1.1",
"shelljs": "^0.7.4"
},
"devDependencies": {
"electron-packager": "^8.0.0",
"electron-prebuilt": "^1.3.5",
"electron-prebuilt": "1.4.1",
"shelljs": "^0.7.4"
}
}

0 comments on commit 6599ee1

Please sign in to comment.