mochawesome
Advanced tools
Comparing version 1.5.1 to 1.5.2
#Changelog | ||
###1.5.2 | ||
- Updated mocha peerDependency to allow any version | ||
###1.5.1 | ||
- Added missing LICENSE.md file | ||
###1.5.0 | ||
@@ -4,0 +10,0 @@ - Moved mocha to peerDependencies and devDependencies and fixed it to `~2`. See [#69](https://github.com/adamgruber/mochawesome/issues/69) |
{ | ||
"name": "mochawesome", | ||
"version": "1.5.1", | ||
"version": "1.5.2", | ||
"description": "A Gorgeous HTML/CSS Reporter for Mocha.js", | ||
@@ -36,3 +36,3 @@ "scripts": { | ||
"peerDependencies": { | ||
"mocha": "~2" | ||
"mocha": "*" | ||
}, | ||
@@ -39,0 +39,0 @@ "devDependencies": { |
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
2054273