-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
Showing
5 changed files
with
262 additions
and
262 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -13,6 +13,6 @@ | |
"start": "electron ." | ||
}, | ||
"devDependencies": { | ||
"electron": "^16.0.1" | ||
"electron": "^16.0.2" | ||
} | ||
} |
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,3 @@ | ||
haxedoc.hxml | ||
--next | ||
-cmd haxelib run dox -i ./ -o docs/ --title HXElectron -D version 6.0.8 -D source-path https://github.com/tong/hxelectron/blob/master/src -D description 'Type definitions for the electron framework' | ||
-cmd haxelib run dox -i ./ -o docs/ --title Electron -D version 16.0.0 -D source-path https://github.com/tong/hxelectron/blob/master/src -D description 'Type definitions for the electron framework' -D website https://github.com/tong/hxelectron -D source-path https://github.com/tong/hxelectron/blob/master/src/ -D themeColor 0x2b2e3b -D textColor 0xff0000 |
Oops, something went wrong.