Skip to content

Commit 79e5065

Browse files
authored
Merge pull request #27 from kosukach/make-properties-optional
make properties optional
2 parents cd32a0b + 1efab01 commit 79e5065

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ class ServerlessReqValidatorPlugin {
5151
properties: {
5252
reqValidatorName: { type: 'string' },
5353
},
54-
required: ['reqValidatorName'],
5554
});
5655

5756
this.hooks = {

0 commit comments

Comments
 (0)