-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not use asar since this doesn't work with open which leverages the…
… exec call
- Loading branch information
ivelkov
committed
Feb 15, 2017
1 parent
07b09ab
commit 981ea0d
Showing
3 changed files
with
38 additions
and
22 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 |
---|---|---|
|
@@ -3,5 +3,8 @@ | |
"version": "0.0.2", | ||
"description": "Microsoft Teams for Linux", | ||
"main": "lib/index.js", | ||
"author": "Ivelin Velkov <[email protected]>" | ||
"author": "Ivelin Velkov <[email protected]>", | ||
"dependencies": { | ||
"open": "0.0.5" | ||
} | ||
} |
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