Skip to content

Commit

Permalink
Version 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kommander committed May 24, 2017
1 parent 602d6f1 commit 0722713
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "brokens",
"description": "Simple error handling, aiding in creating consistently human readable messages without compromising machine processing ability.",
"version": "0.6.0",
"version": "0.6.1",
"author": "Sebastian Herrlinger <sebastian@kosmokommando.com>",
"license": "MIT",
"repository": {
Expand Down
6 changes: 3 additions & 3 deletions specs
@@ -1,4 +1,4 @@
Behaviour for Broken 0.5.0.
Behaviour for Broken 0.6.0.


Core
Expand Down Expand Up @@ -59,7 +59,7 @@ Behaviour for Broken 0.5.0.
✓ exposes the hook() API
- exposes extend/hook only through use()
use()
✓ calls the extension method with Cannot
✓ calls the extension method with Broken
✓ does not add an extension again
extend()
✓ does not overwrite existing prototypes
Expand All @@ -77,7 +77,7 @@ Behaviour for Broken 0.5.0.
✓ throws for non-existing unhook name


51 passing (101ms)
51 passing (111ms)
10 pending


Expand Down

0 comments on commit 0722713

Please sign in to comment.