We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5666a58 commit 791af25Copy full SHA for 791af25
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "rc-scroll-anim",
3
- "version": "0.6.4",
+ "version": "0.6.5",
4
"description": "scroll-anim anim component for react",
5
"keywords": [
6
"react",
@@ -25,7 +25,7 @@
25
"licenses": "MIT",
26
"main": "./lib/index",
27
"entry": {
28
- "rc-scroll-anim": ["./src/index.js", "./assets/index.less"]
+ "rc-scroll-anim": ["./assets/index.less", "./src/index.js"]
29
},
30
"config": {
31
"port": 8020
0 commit comments