Skip to content

Commit 860084a

Browse files
author
Paul Thompson
committed
Update package.json chai and tv4 versions
Allow chai 2.x and tv4 1.1.9
1 parent 3900069 commit 860084a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"dependencies": {
4141
"jsonpointer.js": "0.3.0",
42-
"tv4": "~1.0.16"
42+
"tv4": "~1.1.9"
4343
},
4444
"devDependencies": {
4545
"grunt": "~0.4.2",
@@ -56,6 +56,6 @@
5656
"requirejs": "~2.1.11"
5757
},
5858
"peerDependencies": {
59-
"chai": ">= 1.6.1 < 2"
59+
"chai": ">= 1.6.1 < 3"
6060
}
6161
}

0 commit comments

Comments
 (0)