Skip to content

Commit 530bd16

Browse files
committed
add es
1 parent d6789a1 commit 530bd16

File tree

7 files changed

+517
-510
lines changed

7 files changed

+517
-510
lines changed

HISTORY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# History
22
----
33

4+
## 1.11.0 / 2017-06-07
5+
6+
- add es
7+
48
## 1.9.0 / 2017-02-27
59

610
- add getDocument prop

package.json

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rc-trigger",
3-
"version": "1.10.4",
3+
"version": "1.11.1",
44
"description": "base abstract trigger component for react",
55
"keywords": [
66
"react",
@@ -18,11 +18,13 @@
1818
"url": "https://github.com/react-component/trigger/issues"
1919
},
2020
"files": [
21+
"es",
2122
"lib",
2223
"assets/*.css"
2324
],
2425
"licenses": "MIT",
2526
"main": "./lib/index",
27+
"module": "./es/index",
2628
"config": {
2729
"port": 8200
2830
},
@@ -32,19 +34,20 @@
3234
"start": "rc-tools run server",
3335
"pub": "rc-tools run pub --babel-runtime",
3436
"lint": "rc-tools run lint",
35-
"karma": "rc-tools run karma",
36-
"saucelabs": "rc-tools run saucelabs",
37-
"test": "rc-tools run test",
38-
"chrome-test": "rc-tools run chrome-test",
39-
"coverage": "rc-tools run coverage"
37+
"karma": "rc-test run karma",
38+
"saucelabs": "rc-test run saucelabs",
39+
"test": "rc-test run test",
40+
"chrome-test": "rc-test run chrome-test",
41+
"coverage": "rc-test run coverage"
4042
},
4143
"devDependencies": {
4244
"async": "~1.5.0",
4345
"expect.js": "0.3.x",
4446
"jquery": "~1.11.3",
4547
"object-assign": "~4.0.1",
4648
"pre-commit": "1.x",
47-
"rc-tools": "5.x",
49+
"rc-tools": "6.x",
50+
"rc-test": "6.x",
4851
"react": "15.x",
4952
"react-dom": "15.x"
5053
},
@@ -53,8 +56,8 @@
5356
],
5457
"dependencies": {
5558
"babel-runtime": "6.x",
56-
"create-react-class": "^15.5.2",
57-
"prop-types": "^15.5.8",
59+
"create-react-class": "15.x",
60+
"prop-types": "15.x",
5861
"rc-align": "2.x",
5962
"rc-animate": "2.x",
6063
"rc-util": "4.x"
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)