Skip to content

Commit baccf42

Browse files
author
Paul Thompson
committed
Merge darrrk/chai-json-schema
Conflicts: package.json
2 parents a37535a + 767ba4f commit baccf42

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 - Dependency update - Chai 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: 2 additions & 2 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
"main": "index.js",
55
"ignore": [
66
"**/.*",
@@ -10,7 +10,7 @@
1010
"test/"
1111
],
1212
"dependencies": {
13-
"tv4": "~1.0.16",
13+
"tv4": "~1.1.9",
1414
"jsonpointer.js": "~0.3.0"
1515
}
1616
}

package.json

Lines changed: 2 additions & 2 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",

0 commit comments

Comments
 (0)