We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c1551a commit 3b8386cCopy full SHA for 3b8386c
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "rc-queue-anim",
3
- "version": "0.13.2",
+ "version": "0.13.3",
4
"description": "Queue animation component for react",
5
"keywords": [
6
"react",
src/index.js
@@ -1,3 +1,4 @@
// export this package's api
import QueueAnim from './QueueAnim';
+QueueAnim.isQueueAnim = true;
export default QueueAnim;
0 commit comments