Update to TS1.5

This commit is contained in:
Roel van Uden
2015-05-23 19:07:14 +02:00
parent 5fdee94b38
commit 18375d3d22
29 changed files with 194 additions and 207 deletions

View File

@@ -1,5 +1,5 @@
'use strict';
import batch = require('./batch');
import batch from './batch';
batch(process.argv, (err: any) => {
if (err) console.error(err.stack || err);