mirror of
https://github.com/chaijs/chai
synced 2024-11-14 15:57:10 +00:00
Release 0.1.6
This commit is contained in:
parent
27ecce8567
commit
70a045afa4
4 changed files with 9 additions and 3 deletions
|
@ -1,4 +1,10 @@
|
|||
|
||||
0.1.6 / 2012-01-02
|
||||
==================
|
||||
|
||||
* commenting for assert interface
|
||||
* updated codex dep
|
||||
|
||||
0.1.5 / 2012-01-02
|
||||
==================
|
||||
|
||||
|
|
2
chai.js
2
chai.js
|
@ -944,7 +944,7 @@ require.register("chai.js", function(module, exports, require){
|
|||
|
||||
var exports = module.exports = {};
|
||||
|
||||
exports.version = '0.1.5';
|
||||
exports.version = '0.1.6';
|
||||
|
||||
exports.expect = require('./interface/expect');
|
||||
exports.assert = require('./interface/assert');
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
var exports = module.exports = {};
|
||||
|
||||
exports.version = '0.1.5';
|
||||
exports.version = '0.1.6';
|
||||
|
||||
exports.expect = require('./interface/expect');
|
||||
exports.assert = require('./interface/assert');
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"name": "chai",
|
||||
"description": "BDD/TDD assertion library for node.js and the browser. Test framework agnostic.",
|
||||
"keywords": [ "test", "assertion", "assert", "testing" ],
|
||||
"version": "0.1.5",
|
||||
"version": "0.1.6",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/logicalparadox/chai"
|
||||
|
|
Loading…
Reference in a new issue