Comparing version 1.2.0 to 1.2.1
@@ -13,5 +13,5 @@ const Promise = require('bluebird'); | ||
}, { concurrency: 1 }) | ||
.then((results) => zip(results)); | ||
.then(zip); | ||
} | ||
module.exports = runner; |
{ | ||
"name": "timeliner", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Network Timeline Analyser", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
21454