Skip to content

Commit

Permalink
Back to jasmine-growl-reporter@~0.2.0
Browse files Browse the repository at this point in the history
needed by Node.js pre-4.0

ref: #433
  • Loading branch information
Christopher J. Brody committed Sep 4, 2018
1 parent 98f2e12 commit 9d34fcb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ to update this with your PR.
changelog
---------

* `1.16.2` Back to `jasmine-growl-reporter@~0.2.0` (needed by Node.js pre-4.0)
* `1.16.1` Use `~` instead of `^` in `dependencies` (may be needed by some really old npm versions)
* `1.16.0` Fix `dependencies` to prevent major package updates
* `1.15.0` Switch to coffeescript package
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": "jasmine-node",
"version": "1.16.1",
"version": "1.16.2",
"description": "DOM-less simple JavaScript BDD testing framework for Node",
"contributors": [
"Martin Häger <[email protected]>",
Expand All @@ -26,7 +26,7 @@
"dependencies": {
"coffeescript": "~1.12.7",
"gaze": "~1.1.2",
"jasmine-growl-reporter": "~1.0.1",
"jasmine-growl-reporter": "~0.2.0",
"jasmine-reporters": "~1.0.0",
"mkdirp": "~0.3.5",
"requirejs": "~2.3.6",
Expand Down

0 comments on commit 9d34fcb

Please sign in to comment.