File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ for [Deno](https://deno.land/) inspired by
1111- File tasks and non-file tasks.
1212- Drake API functions for defining, registering and running tasks.
1313
14- ** Status** : Tested with Deno 1.2.0 running on Ubuntu 20.04, Windows 10. See
14+ ** Status** : Tested with Deno 1.2.2 running on Ubuntu 20.04, Windows 10. See
1515[ releases] ( https://github.com/srackham/drake/blob/master/releases.md ) .
1616
1717
@@ -25,7 +25,7 @@ A drakefile is a TypeScript module that:
2525Example drakefile:
2626
2727``` typescript
28- import { desc , run , task } from " https://deno.land/x/drake@v1.2.5 /mod.ts" ;
28+ import { desc , run , task } from " https://deno.land/x/drake@v1.2.6 /mod.ts" ;
2929
3030desc (" Minimal Drake task" );
3131task (" hello" , [], function () {
Original file line number Diff line number Diff line change 11# Drake releases
22
3+ ## 1.2.6 / 2020-08-03
4+ - Upgraded to Deno version 1.2.2,` std/0.63.0 ` .
5+
36## 1.2.5 / 2020-07-14
47- Upgraded to Deno version 1.2.0,` std/0.61.0 ` .
58
You can’t perform that action at this time.
0 commit comments