Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

Commit

Permalink
add readme
Browse files Browse the repository at this point in the history
remove debug
add licence
  • Loading branch information
steam0r committed Nov 14, 2019
1 parent c8f73bb commit 09aaf61
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
21 changes: 21 additions & 0 deletions LICENCE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
The MIT License (MIT)

Copyright (c) 2019-present undefined development

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is furnished to do
so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"scripts": {
"clean": "rm -rf node_modules/ && rm -rf src/node_modules/ && find src/patches/ -maxdepth 1 -mindepth 1 ! -name default ! -name .gitignore -exec rm -rf {} \\;",
"start:linux": "electron/linux-x64/electron src/main.js",
"start:win": "electron/linux-x64/electron src/main.js",
"start:osx": "electron/linux-x64/electron src/main.js",
"start:win": "electron/win32-x64/electron src/main.js",
"start:osx": "electron/darwin-x64/electron src/main.js",
"build:linux": "./build.sh linux-x64",
"build:osx": "./build.sh darwin-x64",
"build:win": "./build.sh win32-x64",
Expand Down
1 change: 0 additions & 1 deletion src/Store.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ class Store {
this.opts.defaults[this.WINDOW_WIDTH] = 1366;

this.data = this.opts.defaults;
console.log(this.data);
this.refresh();
}

Expand Down

0 comments on commit 09aaf61

Please sign in to comment.