cleverstack-cli
Advanced tools
Comparing version 1.0.9 to 1.1.0
@@ -105,3 +105,3 @@ var Promise = require( 'bluebird' ) | ||
return new Promise( function( resolve, reject ) { | ||
async.each( | ||
async.eachSeries( | ||
packages, | ||
@@ -108,0 +108,0 @@ function( pkg, next ) { |
{ | ||
"name": "cleverstack-cli", | ||
"description": "Command line interface for CleverStack", | ||
"version": "1.0.9", | ||
"version": "1.1.0", | ||
"main": "./index.js", | ||
@@ -6,0 +6,0 @@ "author": { |
Sorry, the diff of this file is not supported yet
202492