Skip to content

Commit 3b8386c

Browse files
committed
add isQueueAnim
1 parent 7c1551a commit 3b8386c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rc-queue-anim",
3-
"version": "0.13.2",
3+
"version": "0.13.3",
44
"description": "Queue animation component for react",
55
"keywords": [
66
"react",

src/index.js

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
// export this package's api
22
import QueueAnim from './QueueAnim';
3+
QueueAnim.isQueueAnim = true;
34
export default QueueAnim;

0 commit comments

Comments
 (0)