File tree Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -21,4 +21,5 @@ node_modules
21
21
.cache
22
22
* .css
23
23
build
24
- lib
24
+ lib
25
+ dist
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " rc-queue-anim" ,
3
- "version" : " 0.13.0 " ,
3
+ "version" : " 0.13.1 " ,
4
4
"description" : " Queue animation component for react" ,
5
5
"keywords" : [
6
6
" react" ,
19
19
},
20
20
"files" : [
21
21
" lib" ,
22
- " assets/*.css"
22
+ " assets/*.css" ,
23
+ " dist"
23
24
],
24
25
"licenses" : " MIT" ,
25
26
"main" : " ./lib/index" ,
27
+ "entry" : {
28
+ "rc-queue-anim" : [
29
+ " ./src/index.js" ,
30
+ " ./assets/index.less"
31
+ ]
32
+ },
26
33
"config" : {
27
34
"port" : 8001
28
35
},
29
36
"scripts" : {
30
37
"build" : " rc-tools run build" ,
31
38
"gh-pages" : " rc-tools run gh-pages" ,
32
39
"start" : " rc-tools run server" ,
33
- "pub" : " rc-tools run pub" ,
40
+ "pub" : " rc-tools run pub --babel-runtime " ,
34
41
"lint" : " rc-tools run lint" ,
35
42
"karma" : " rc-tools run karma" ,
36
43
"saucelabs" : " rc-tools run saucelabs" ,
54
61
" lint"
55
62
],
56
63
"dependencies" : {
64
+ "babel-runtime" : " 6.x" ,
57
65
"velocity-animate" : " ~1.3.1"
58
66
}
59
67
}
You can’t perform that action at this time.
0 commit comments