hull-connector-tester
Advanced tools
Comparing version 0.0.19 to 0.0.20
# CHANGELOG | ||
## v0.0.20 | ||
- changed hull-node-version check to require versions: "0.13.17" | ||
## v0.0.19 | ||
- temporarily disable checks basing on babel | ||
- temporarily disable checks basing on babel | ||
@@ -6,0 +9,0 @@ ## v0.0.18 |
{ | ||
"name": "hull-connector-tester", | ||
"version": "0.0.19", | ||
"version": "0.0.20", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "src/bin.js", |
@@ -9,3 +9,3 @@ const fs = require("fs"); | ||
const allowedVersions = ["0.13.16"]; | ||
const allowedVersions = ["0.13.17"]; | ||
@@ -12,0 +12,0 @@ const packageJson = JSON.parse(fs.readFileSync(`${process.cwd()}/package.json`, "utf-8")); |
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
7702