forked from tj/should.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
10 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
|
||
/*! | ||
* Should | ||
* Copyright(c) 2010 TJ Holowaychuk <[email protected]> | ||
* Copyright(c) 2010-2012 TJ Holowaychuk <[email protected]> | ||
* MIT Licensed | ||
*/ | ||
|
||
|
@@ -32,7 +33,7 @@ exports = module.exports = assert; | |
* Library version. | ||
*/ | ||
|
||
exports.version = '0.6.1'; | ||
exports.version = '0.6.2'; | ||
|
||
/** | ||
* Assert _obj_ exists, with optional message. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ "name": "should" | ||
, "description": "test framework agnostic BDD-style assertions" | ||
, "version": "0.6.1" | ||
, "version": "0.6.2" | ||
, "author": "TJ Holowaychuk <[email protected]>" | ||
, "repository": { "type": "git", "url": "git://github.com/visionmedia/should.js.git" } | ||
, "homepage": "https://github.com/visionmedia/should.js" | ||
|