Skip to content

Commit 7c1551a

Browse files
committed
update entry
1 parent e5d6eff commit 7c1551a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rc-queue-anim",
3-
"version": "0.13.1",
3+
"version": "0.13.2",
44
"description": "Queue animation component for react",
55
"keywords": [
66
"react",
@@ -26,8 +26,8 @@
2626
"main": "./lib/index",
2727
"entry": {
2828
"rc-queue-anim": [
29-
"./src/index.js",
30-
"./assets/index.less"
29+
"./assets/index.less",
30+
"./src/index.js"
3131
]
3232
},
3333
"config": {

0 commit comments

Comments
 (0)