Skip to content

Commit

Permalink
Merge pull request #78 from adamgruber/develop
Browse files Browse the repository at this point in the history
1.5.2
  • Loading branch information
adamgruber committed Aug 30, 2016
2 parents bb08b67 + 996e7f7 commit 82ffb52
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#Changelog

###1.5.2
- Updated mocha peerDependency to allow any version

###1.5.1
- Added missing LICENSE.md file

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mochawesome",
"version": "1.5.1",
"version": "1.5.2",
"description": "A Gorgeous HTML/CSS Reporter for Mocha.js",
"scripts": {
"test": "gulp build"
Expand Down Expand Up @@ -33,7 +33,7 @@
"opener": "^1.4.1"
},
"peerDependencies": {
"mocha": "~2"
"mocha": "*"
},
"devDependencies": {
"bootstrap": "^3.3.2",
Expand Down

0 comments on commit 82ffb52

Please sign in to comment.