boom-deploy
Advanced tools
Comparing version 0.2.52 to 0.2.53
@@ -228,3 +228,3 @@ new Helper(function webMysqlExport(dumpPath, options){ | ||
_.each(collections, function(collection){ | ||
_.each(options.collections, function(collection){ | ||
local('echo "mongodump ' + getMongoConnectParams(exportMongo) + ' --collection ' + collection + '" >> ' + dumpPath); | ||
@@ -231,0 +231,0 @@ }); |
{ | ||
"name": "boom-deploy", | ||
"main": "boom.js", | ||
"version": "0.2.52", | ||
"version": "0.2.53", | ||
"description": "deploy your app", | ||
@@ -6,0 +6,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
86441