Skip to content

Commit 9d373de

Browse files
committed
1.10.3
1 parent 8a057c3 commit 9d373de

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@ lib
2828
es
2929
.vscode
3030
coverage/
31+
yarn.lock

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ notifications:
66
email:
77
88
9+
910

1011
node_js:
1112
- 6

package.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rc-pagination",
3-
"version": "1.10.1",
3+
"version": "1.10.3",
44
"description": "pagination ui component for react",
55
"keywords": [
66
"react",
@@ -19,16 +19,24 @@
1919
},
2020
"license": "MIT",
2121
"files": [
22+
"dist",
2223
"lib",
2324
"es",
2425
"assets/*.css"
2526
],
2627
"main": "lib/index",
2728
"module": "es/index",
2829
"config": {
29-
"port": 3000
30+
"port": 3000,
31+
"entry": {
32+
"rc-pagination": [
33+
"./src/index.js",
34+
"./assets/index.less"
35+
]
36+
}
3037
},
3138
"scripts": {
39+
"dist": "rc-tools run dist",
3240
"build": "rc-tools run build",
3341
"compile": "rc-tools run compile --babel-runtime",
3442
"gh-pages": "rc-tools run gh-pages",
@@ -55,7 +63,7 @@
5563
"lint"
5664
],
5765
"dependencies": {
58-
"babel-runtime": "^6.23.0",
66+
"babel-runtime": "6.x",
5967
"prop-types": "^15.5.7"
6068
}
6169
}

0 commit comments

Comments
 (0)