Skip to content

Commit c490327

Browse files
authored
Merge pull request #32 from korzio/master
fix(djv): Update djv environment to use draft-04 version
2 parents 55ab59e + 3c89c4a commit c490327

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ testRunner([
117117
{
118118
name: 'djv',
119119
setup: function (schema) {
120+
djv.useVersion('draft-04');
120121
return djv.addSchema('test', schema).fn;
121122
},
122123
test: function (instance, json, schema) {

0 commit comments

Comments
 (0)