linter fixes (#4595)

* v3.16.0

* rebuild dist

* rework travis early-success trigger

* Linter fixes
This commit is contained in:
kyle
2018-05-26 01:14:09 -07:00
committed by GitHub
parent 1214477117
commit 798cc88968
2 changed files with 2 additions and 1 deletions

View File

@@ -17,6 +17,7 @@ const JsonSchemaPropShape = {
schema: PropTypes.object,
errors: ImPropTypes.list,
required: PropTypes.bool,
dispatchInitialValue: PropTypes.bool,
description: PropTypes.any
}