-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
14930cc
commit 3e0d0aa
Showing
3 changed files
with
22 additions
and
8 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
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "Nikola", | ||
"version": "0.2.5", | ||
"description": "Open source and unoffocial cross-platform desktop app to control tesla vehicles", | ||
"author": "Geraldo Ramos", | ||
"author": "Geraldo Ramos <[email protected]> (https://geraldoramos.com)", | ||
"homepage": "https://github.com/geraldoramos/nikola", | ||
"repository": { | ||
"type": "git", | ||
|
@@ -40,6 +40,12 @@ | |
"publish": [ | ||
"github" | ||
] | ||
}, | ||
"linux": { | ||
"target": ["AppImage", "deb", "zip"], | ||
"publish": [ | ||
"github" | ||
] | ||
} | ||
}, | ||
"license": "MIT", | ||
|
@@ -48,8 +54,8 @@ | |
"prod": "webpack --config webpack.build.config.js && electron --noDevServer .", | ||
"dev": "webpack-dev-server --hot --host 0.0.0.0 --config=./webpack.dev.config.js", | ||
"build-ui": "webpack --config webpack.build.config.js", | ||
"build": "yarn build-ui && build -w -m", | ||
"publish": "yarn build-ui && build -m -w -p always" | ||
"build": "yarn build-ui && build -w -m -l", | ||
"publish": "build -m -w -l -p always" | ||
}, | ||
"devDependencies": { | ||
"@fortawesome/fontawesome-svg-core": "^1.2.18", | ||
|
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