File tree 3 files changed +244
-20
lines changed
3 files changed +244
-20
lines changed Original file line number Diff line number Diff line change @@ -153,8 +153,15 @@ it is instead possible to run
153
153
|[otland/forgottenserver](https://github.com/otland/forgottenserver) | [Linux/macOS/Windows](https://github.com/otland/forgottenserver/blob/master/.github/workflows/build-vcpkg.yml) | [](https://github.com/otland/forgottenserver/actions)
154
154
|[Element-0/ElementZero](https://github.com/Element-0/ElementZero) | [Windows](https://github.com/Element-0/ElementZero/blob/master/.github/workflows/ci.yml) | [](https://github.com/Element-0/ElementZero/actions)
155
155
|[zealdocs/zeal](https://github.com/zealdocs/zeal) | [Linux/Windows](https://github.com/zealdocs/zeal/blob/master/.github/workflows/build-check.yml) | [](https://github.com/zealdocs/zeal/actions)
156
+ |[libevent/libevent](https://github.com/libevent/libevent) | [Windows](https://github.com/libevent/libevent/blob/master/.github/workflows/windows.yml)/[macos](https://github.com/libevent/libevent/blob/master/.github/workflows/macos.yml)/[Linux](https://github.com/libevent/libevent/blob/master/.github/workflows/linux.yml) | [](https://github.com/libevent/libevent/actions)[](https://github.com/libevent/libevent/actions)[](https://github.com/libevent/libevent/actions)
157
+ |[marian-nmt/marian-dev](https://github.com/marian-nmt/marian-dev) | [Windows](https://github.com/marian-nmt/marian-dev/blob/master/.github/workflows/windows.yml)/[Linux](https://github.com/marian-nmt/marian-dev/blob/master/.github/workflows/ubuntu.yml)/[macOS](https://github.com/marian-nmt/marian-dev/blob/master/.github/workflows/macos.yml)|[](https://github.com/marian-nmt/marian-dev/actions/) [](https://github.com/marian-nmt/marian-dev/actions/) [](https://github.com/marian-nmt/marian-dev/actions/)
158
+ |[GrinPlusPlus](https://github.com/GrinPlusPlus/GrinPlusPlus) | [Linux/Windows/macOS](https://github.com/GrinPlusPlus/GrinPlusPlus/blob/master/.github/workflows/ci.yml) | [](https://github.com/GrinPlusPlus/GrinPlusPlus/actions/)
156
159
157
160
# License
158
161
All the content in this repository is licensed under the [MIT License](LICENSE.txt).
159
162
160
163
Copyright (c) 2019-2020 Luca Cappa
164
+
165
+ # Donating
166
+
167
+ Other than submitting a pull request, [donating](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=EGNDRPRXM62G2&source=url) is another way to contribute to this project.
Original file line number Diff line number Diff line change 30
30
"gulp-typescript" : " ^5.0.0" ,
31
31
"jest" : " ^24.9.0" ,
32
32
"jest-circus" : " ^24.9.0" ,
33
- "ts-jest" : " ^24.2.0" ,
33
+ "minimist" : " >=1.2.2" ,
34
+ "ts-jest" : " ^26.3.0" ,
34
35
"ts-node" : " ^8.5.4" ,
35
36
"typescript" : " ^3.7.3" ,
36
- "minimist " : " >=1.2 .2"
37
+ "yargs-parser " : " >=13.1 .2"
37
38
},
38
39
"dependencies" : {
39
40
"@actions/cache" : " ^0.2.1" ,
You can’t perform that action at this time.
0 commit comments