We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9646bb7 commit 6aa4d89Copy full SHA for 6aa4d89
package.json
@@ -19,18 +19,22 @@
19
},
20
"files": [
21
"lib",
22
- "assets/*.css"
+ "assets/*.css",
23
+ "dist"
24
],
25
"licenses": "MIT",
26
"main": "./lib/index",
27
+ "entry": {
28
+ "rc-scroll-anim": ["./src/index.js", "./assets/index.less"]
29
+ },
30
"config": {
31
"port": 8020
32
33
"scripts": {
34
"build": "rc-tools run build",
35
"gh-pages": "rc-tools run gh-pages",
36
"start": "rc-tools run server",
- "pub": "rc-tools run pub",
37
+ "pub": "rc-tools run pub --babel-runtime",
38
"lint": "rc-tools run lint",
39
"karma": "rc-tools run karma",
40
"saucelabs": "rc-tools run saucelabs",
@@ -52,6 +56,7 @@
52
56
"lint"
53
57
54
58
"dependencies": {
59
+ "babel-runtime": "6.x",
55
60
"raf": "3.x",
61
"rc-tween-one": "~0.11.6",
62
"tween-functions": "1.x"
0 commit comments