Skip to content

Commit b9cdb66

Browse files
authored
Add primitives.json import (#5)
ProtoDef-io/ProtoDef#31 moved it from utils.json
1 parent f09fe8b commit b9cdb66

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
@@ -23,6 +23,7 @@ class Validator {
2323
this.addTypes(require("./ProtoDef/schemas/utils.json"));
2424
this.addTypes(require("./ProtoDef/schemas/structures.json"));
2525
this.addTypes(require("./ProtoDef/schemas/conditional.json"));
26+
this.addTypes(require("./ProtoDef/schemas/primitives.json"));
2627
}
2728

2829
addTypes(schemas) {

0 commit comments

Comments
 (0)