mirror of
https://github.com/chaijs/chai
synced 2024-11-13 23:37:07 +00:00
chai@4.3.3
This commit is contained in:
parent
b0f50f6402
commit
dc858a0353
4 changed files with 4 additions and 4 deletions
2
chai.js
2
chai.js
|
@ -14,7 +14,7 @@ var used = [];
|
|||
* Chai version
|
||||
*/
|
||||
|
||||
exports.version = '4.3.2';
|
||||
exports.version = '4.3.3';
|
||||
|
||||
/*!
|
||||
* Assertion Error
|
||||
|
|
|
@ -10,7 +10,7 @@ var used = [];
|
|||
* Chai version
|
||||
*/
|
||||
|
||||
exports.version = '4.3.2';
|
||||
exports.version = '4.3.3';
|
||||
|
||||
/*!
|
||||
* Assertion Error
|
||||
|
|
2
package-lock.json
generated
2
package-lock.json
generated
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "chai",
|
||||
"version": "4.3.2",
|
||||
"version": "4.3.3",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
"Veselin Todorov <hi@vesln.com>",
|
||||
"John Firebaugh <john.firebaugh@gmail.com>"
|
||||
],
|
||||
"version": "4.3.2",
|
||||
"version": "4.3.3",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/chaijs/chai"
|
||||
|
|
Loading…
Reference in a new issue