Skip to content

Commit

Permalink
fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Phillip Sauerbeck authored and Phillip Sauerbeck committed May 30, 2019
1 parent 6f009c0 commit 851319b
Show file tree
Hide file tree
Showing 5 changed files with 91 additions and 43 deletions.
47 changes: 31 additions & 16 deletions app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "play",
"productName": "Play",
"description": "A Google Play Music desktop player built with Electron",
"version": "2.0.18",
"version": "2.0.19",
"main": "main.js",
"scripts": {
"start": "electron main.js"
Expand Down Expand Up @@ -34,4 +34,4 @@
"electron-json-storage": "^1.0.0",
"lodash": "^4.0.0"
}
}
}
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ <h2>
</div>
<img src="screen.jpg" class="screenshot" />
<div class="mb-4">
<a href="https://github.com/pmsaue0/play/releases/download/v2.0.17/play_2.0.17.dmg.zip" class="btn btn-outline-white btn-lg mb-3">Download
<em>v2.0.17</em>
<a href="https://github.com/pmsaue0/play/releases/download/v2.0.19/play_2.0.19.dmg.zip" class="btn btn-outline-white btn-lg mb-3">Download
<em>v2.0.19</em>
<span>for OSX</span>
</a>
<i class="nc-icon-outline objects_diamond nc-rem-xl nc-center-v mx-4 text-orange hidden-sm-down"></i>
Expand Down
74 changes: 51 additions & 23 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
{
"devDependencies": {
"asar": "^0.14.3",
"cryptiles": ">=4.1.2",
"electron-prebuilt": "^1.4.13",
"extend": ">=3.0.2",
"graceful-fs": ">=4.1.15",
"lodash": ">=4.17.11",
"nan": "^2.14.0",
"fs-jetpack": "^1.3.0",
"gulp": "^3.9.1",
"gulp-less": "^4.0.0",
Expand Down

0 comments on commit 851319b

Please sign in to comment.