Skip to content

Commit

Permalink
Merge branch 'release/2.3.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Karl Taylor authored and Karl Taylor committed Aug 28, 2018
2 parents 8cbb0d5 + 2f9fabc commit df65d04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ interface CollapsibleProps extends React.HTMLProps<Collapsible> {
| 'unset'
triggerSibling?: React.ReactElement<any>
className?: string
tabIndex?: null | number
tabIndex?: number
}

declare module 'react-collapsible' {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-collapsible",
"version": "2.3.0",
"version": "2.3.1",
"description": "React component to wrap content in Collapsible element with trigger to open and close.",
"keywords": [
"react-component",
Expand Down

0 comments on commit df65d04

Please sign in to comment.