Skip to content

Commit

Permalink
Release v3.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
boneskull committed Sep 10, 2017
1 parent ac4c39f commit 72622ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions mocha.js
Expand Up @@ -11038,9 +11038,7 @@ function growl(msg, options, fn) {
// Some AMD build optimizers, like r.js, check for specific condition patterns
// like the following:
if (
typeof define == 'function' &&
typeof define.amd == 'object' &&
define.amd
false
) {
define(function() {
return he;
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "mocha",
"version": "3.5.1",
"version": "3.5.2",
"description": "simple, flexible, fun test framework",
"keywords": [
"mocha",
Expand Down

0 comments on commit 72622ab

Please sign in to comment.