Skip to content

Commit

Permalink
add isQueueAnim
Browse files Browse the repository at this point in the history
  • Loading branch information
jljsj33 committed Mar 22, 2017
1 parent 7c1551a commit 3b8386c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rc-queue-anim",
"version": "0.13.2",
"version": "0.13.3",
"description": "Queue animation component for react",
"keywords": [
"react",
Expand Down
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// export this package's api
import QueueAnim from './QueueAnim';
QueueAnim.isQueueAnim = true;
export default QueueAnim;

0 comments on commit 3b8386c

Please sign in to comment.