Skip to content

Commit

Permalink
feat(component): just to make ci publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Samuelsson committed Mar 18, 2019
1 parent 7703036 commit 403afcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/react-transition-collapse.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import * as React from 'react'

class ReactTransitionCollapse extends React.PureComponent {
render() {
return <div>React test</div>
return <div>React test, feat</div>
}
}

Expand Down

0 comments on commit 403afcb

Please sign in to comment.