Skip to content

Commit

Permalink
Add primitives.json import
Browse files Browse the repository at this point in the history
ProtoDef-io/ProtoDef#31 moved it from utils.json
  • Loading branch information
extremeheat authored Jun 10, 2021
1 parent f09fe8b commit fad8f59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ class Validator {
this.addTypes(require("./ProtoDef/schemas/utils.json"));
this.addTypes(require("./ProtoDef/schemas/structures.json"));
this.addTypes(require("./ProtoDef/schemas/conditional.json"));
this.addTypes(require("./ProtoDef/schemas/primitives.json"));
}

addTypes(schemas) {
Expand Down

0 comments on commit fad8f59

Please sign in to comment.