forked from temporaryna/MixCloud-Play
-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed Preferences - didn't work anyway
- With Prefernce gone - all React & mobx wasn't needed (.app now builds and loads faster) - Added eslist vscode settings to stop "constant" warnings Fixed notification onclick errors. Closes uffou#6
- Loading branch information
1 parent
f4d95b3
commit 4349682
Showing
12 changed files
with
99 additions
and
358 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,12 @@ | ||
{ | ||
"javascript.validate.enable": false | ||
"javascript.validate.enable": false, | ||
"eslint.options": { | ||
"useEslintrc": false, | ||
"parserOptions": { | ||
"ecmaVersion": 6 | ||
}, | ||
"env": { | ||
"es6": true | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,15 @@ | ||
{ | ||
"name": "mixcloud-play", | ||
"version": "0.9.3", | ||
"description": "The desktop client MixCloud", | ||
"version": "0.9.4", | ||
"description": "The MixCloud desktop client", | ||
"keywords": [ | ||
"music", | ||
"osx", | ||
"macOS", | ||
"mixcloud", | ||
"wrapper", | ||
"media keys" | ||
], | ||
"author": { | ||
"name": "Codemotion Ltd." | ||
}, | ||
|
@@ -17,6 +25,9 @@ | |
"type": "git", | ||
"url": "[email protected]:uffou/MixCloud-Play.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/uffou/MixCloud-Play/issues" | ||
}, | ||
"license": "UNLICENSED", | ||
"scripts": { | ||
"start": "electron .", | ||
|
@@ -48,16 +59,11 @@ | |
"@babel/plugin-proposal-decorators": "^7.0.0-rc.3", | ||
"@babel/plugin-proposal-function-bind": "^7.0.0-rc.3", | ||
"@babel/preset-env": "^7.0.0-rc.3", | ||
"@babel/preset-react": "^7.0.0-rc.3", | ||
"babel-loader": "^8.0.0-beta.6", | ||
"copy-webpack-plugin": "^4.5.2", | ||
"electron": "2.0.8", | ||
"electron-builder": "20.28.2", | ||
"electron-ipc-log": "^3.0.1", | ||
"mobx": "5.0.5", | ||
"mobx-react": "5.2.5", | ||
"react": "16.4.2", | ||
"react-dom": "16.4.2", | ||
"rimraf": "^2.6.2", | ||
"webpack": "^4.17.1", | ||
"webpack-cli": "^3.1.0" | ||
|
@@ -66,4 +72,4 @@ | |
"electron-context-menu": "0.10.0", | ||
"electron-store": "2.0.0" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.