docker-mock
Advanced tools
Comparing version 0.0.10 to 0.0.11
@@ -115,4 +115,4 @@ var _ = require('lodash'); | ||
'Ports': { | ||
'80/tcp':{HostPort:12322}, | ||
'15000/tcp':{HostPort:12321} | ||
'80/tcp':[{HostPort:12322}], | ||
'15000/tcp':[{HostPort:12321}] | ||
} | ||
@@ -119,0 +119,0 @@ } |
{ | ||
"name": "docker-mock", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"description": "Mock for Docker", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
28946