Skip to content

Commit 767ba4f

Browse files
Vladislav BotvinVladislav Botvin
authored andcommitted
update chai to 2.x
1 parent 3900069 commit 767ba4f

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ before(function (done) {
204204

205205
## History
206206

207+
* 1.2.0 - Update chai to 2.x
207208
* 1.1.0 - Dependency update
208209
* 1.0.10 - AMD loader support
209210
* 1.0.9 - Published to bower.

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chai-json-schema",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"main": "index.js",
55
"ignore": [
66
"**/.*",

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chai-json-schema",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Chai plugin for JSON Schema v4",
55
"author": {
66
"name": "Bart van der Schoor",
@@ -44,7 +44,7 @@
4444
"devDependencies": {
4545
"grunt": "~0.4.2",
4646
"grunt-cli": "~0.1",
47-
"chai": "~1.9.0",
47+
"chai": "^2.0",
4848
"mocha": "~1.18.0",
4949
"grunt-mocha": "~0.4.10",
5050
"grunt-contrib-jshint": "~0.9.2",
@@ -56,6 +56,6 @@
5656
"requirejs": "~2.1.11"
5757
},
5858
"peerDependencies": {
59-
"chai": ">= 1.6.1 < 2"
59+
"chai": ">= 2.0.0 < 3"
6060
}
6161
}

0 commit comments

Comments
 (0)