@applitools/docker-compose-mocha
Advanced tools
Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "@applitools/docker-compose-mocha", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Tool used for setting up an isolated environment for end to end testing / integration testing using Docker Compose", | ||
@@ -11,3 +11,4 @@ "main": "index.js", | ||
"test:unit": "mocha test/unit/*.js", | ||
"flow": "flow; test $? -eq 0 -o $? -eq 2" | ||
"flow": "flow; test $? -eq 0 -o $? -eq 2", | ||
"prepublishOnly": "npm version patch" | ||
}, | ||
@@ -20,3 +21,3 @@ "repository": { | ||
"author": "Itamar Arjuan", | ||
"license": "MIT", | ||
"license": "UNLICENSED", | ||
"dependencies": { | ||
@@ -23,0 +24,0 @@ "bluebird": "^3.5.1", |
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
Explicitly Unlicensed Item
License(Experimental) Something was found which is explicitly marked as unlicensed.
Found 1 instance in 1 package
Misc. License Issues
License(Experimental) A package's licensing information has fine-grained problems.
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
49494
1
1
0