hull-connector-tester
Advanced tools
Comparing version 0.0.9 to 0.0.11
# CHANGELOG | ||
## v0.0.11 | ||
- changed package-engines check to require node `8.11.x` instead of `8.10.x` | ||
## v0.0.10 | ||
- update documentation | ||
- remove unnecessary dependency | ||
## v0.0.9 | ||
@@ -4,0 +11,0 @@ - changed hull-node-version check to require one of versions: `0.13.14` |
{ | ||
"name": "hull-connector-tester", | ||
"version": "0.0.9", | ||
"version": "0.0.11", | ||
"description": "", | ||
"main": "src/index.js", | ||
"main": "src/bin.js", | ||
"scripts": { | ||
@@ -15,5 +15,4 @@ "test": "echo \"Error: no test specified\" && exit 0" | ||
"dependencies": { | ||
"circle-github-bot": "^0.4.0", | ||
"jsonlint": "^1.6.3" | ||
} | ||
} |
@@ -13,3 +13,3 @@ const fs = require("fs"); | ||
if (node === "8.10.x" | ||
if (node === "8.11.x" | ||
&& npm === "5.6.x" | ||
@@ -25,3 +25,3 @@ && yarn === "1.5.x") { | ||
or | ||
{"node": "8.10.x","npm": "5.6.x","yarn": "1.5.x"}`; | ||
{"node": "8.11.x", "npm": "5.6.x", "yarn": "1.5.x"}`; | ||
}; |
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
5259
1
9
1
35
- Removedcircle-github-bot@^0.4.0
- Removedcircle-github-bot@0.4.0(transitive)