File tree Expand file tree Collapse file tree 3 files changed +24
-3
lines changed Expand file tree Collapse file tree 3 files changed +24
-3
lines changed Original file line number Diff line number Diff line change 11test
22.eslint *
3+ .travis *
Original file line number Diff line number Diff line change 1+ language : node_js
2+
3+ node_js :
4+ - stable
5+
6+ sudo : false # https://docs.travis-ci.com/user/migrating-from-legacy/
7+
8+ install :
9+ - npm install
10+
11+ script :
12+ - npm run lint
13+ - npm test
14+
15+ cache :
16+ directories :
17+ - node_modules
18+
19+ notifications :
20+ email : false
Original file line number Diff line number Diff line change 3030 "eslint" : " ^3.3.1" ,
3131 "jsdomify" : " ^2.1.0" ,
3232 "mocha" : " ^3.0.2" ,
33- "react" : " ^15.3.0 " ,
34- "react-dom" : " ^15.3.0 "
33+ "react" : " * " ,
34+ "react-dom" : " * "
3535 },
3636 "peerDependencies" : {
37- "react" : " ^0.13 || ^15.0 "
37+ "react" : " >=0.14 "
3838 },
3939 "browser" : {
4040 "htmlparser2/lib/Parser" : false ,
You can’t perform that action at this time.
0 commit comments