mirror of
https://github.com/chaijs/chai
synced 2024-11-14 15:57:10 +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
|
* Chai version
|
||||||
*/
|
*/
|
||||||
|
|
||||||
exports.version = '4.3.2';
|
exports.version = '4.3.3';
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* Assertion Error
|
* Assertion Error
|
||||||
|
|
|
@ -10,7 +10,7 @@ var used = [];
|
||||||
* Chai version
|
* Chai version
|
||||||
*/
|
*/
|
||||||
|
|
||||||
exports.version = '4.3.2';
|
exports.version = '4.3.3';
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* Assertion Error
|
* Assertion Error
|
||||||
|
|
2
package-lock.json
generated
2
package-lock.json
generated
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "chai",
|
"name": "chai",
|
||||||
"version": "4.3.2",
|
"version": "4.3.3",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
"Veselin Todorov <hi@vesln.com>",
|
"Veselin Todorov <hi@vesln.com>",
|
||||||
"John Firebaugh <john.firebaugh@gmail.com>"
|
"John Firebaugh <john.firebaugh@gmail.com>"
|
||||||
],
|
],
|
||||||
"version": "4.3.2",
|
"version": "4.3.3",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/chaijs/chai"
|
"url": "https://github.com/chaijs/chai"
|
||||||
|
|
Loading…
Reference in a new issue