1 parent 33935d4 commit 5d6396dCopy full SHA for 5d6396d
1 file changed
tasks.ts
@@ -1,6 +1,6 @@
1
import { Task } from 'tasksmith'
2
3
-const VERSION = '0.11.3'
+const VERSION = '0.11.4'
4
5
// ------------------------------------------------------------------
6
// Clean
@@ -37,7 +37,7 @@ Task.run('report', async () => Task.test.report(['test/parsebox']))
37
// Build
38
39
Task.run('build', () => Task.build.dual('src', {
40
- compiler: '6.0.2',
+ compiler: '6.0.3',
41
outdir: 'target/build',
42
additional: ['license', 'readme.md'],
43
packageJson: {
0 commit comments