bug-versions
Advanced tools
Comparing version 1.4.1 to 1.5.0
1.5.0 / 2018-05-17 | ||
================== | ||
**features** | ||
* [[`b036e3c`](http://github.com/cnpm/bug-versions/commit/b036e3cb122d24b928a3bfdfd1342ddc23a0c08a)] - feat: support dependencies override (#8) (fengmk2 <<fengmk2@gmail.com>>) | ||
**fixes** | ||
* [[`0d3a38f`](http://github.com/cnpm/bug-versions/commit/0d3a38f36ea7cd3981041cd8eab7950959671ba6)] - fix: add missing version property for compatibility reason (fengmk2 <<fengmk2@gmail.com>>) | ||
1.4.1 / 2018-05-07 | ||
@@ -3,0 +12,0 @@ ================== |
{ | ||
"name": "bug-versions", | ||
"version": "1.4.1", | ||
"version": "1.5.0", | ||
"description": "collect all bug versions on npm package", | ||
@@ -69,2 +69,11 @@ "main": "index.js", | ||
} | ||
}, | ||
"accord": { | ||
"0.28.0": { | ||
"version": "0.28.0", | ||
"dependencies": { | ||
"less": "^2.7.0" | ||
}, | ||
"reason": "accord missing 'less' dependency" | ||
} | ||
} | ||
@@ -71,0 +80,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
5208