Skip to content

Commit 3c89c4a

Browse files
Alex KorzhikovAlex Korzhikov
authored andcommitted
fix(djv): Update djv environment to use draft-04 version
1 parent 55ab59e commit 3c89c4a

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)