dynamodb-localhost
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -12,2 +12,3 @@ 'use strict'; | ||
var download = function (downloadUrl, installPath, callback) { | ||
console.log("Started downloading Dynamodb-local. Process may take few minutes."); | ||
http.get(downloadUrl, function (response) { | ||
@@ -14,0 +15,0 @@ if (302 != response.statusCode) { |
{ | ||
"name": "dynamodb-localhost", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"engines": { | ||
@@ -5,0 +5,0 @@ "node": ">=4.0" |
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
14772
190