-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow --open option to specify the browser to use (#825)
* Add optionally browser parameter to --open * Fix code style issues * Fix last code style issue * Replace array spread * Fix whitespace issue * Add .idea to gitignore and remove files * Fix whitespaces * Ignore and remove package-lock.json * refactor argument composition * removing trailing spaces * improve open option description to match pr
- Loading branch information
1 parent
cf5dda8
commit f00fcb3
Showing
3 changed files
with
29 additions
and
7 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 |
---|---|---|
|
@@ -5,3 +5,5 @@ node_modules | |
/client/sockjs.bundle.js | ||
/coverage | ||
*.pem | ||
.idea/ | ||
/package-lock.json |
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