Skip to content

Commit

Permalink
fixing travis and removing react 17
Browse files Browse the repository at this point in the history
  • Loading branch information
ranneyd committed Nov 2, 2020
1 parent dbade5e commit 2631bac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ env:
global:
- TEST=true
matrix:
- REACT=0.14
- REACT=15
- REACT=16
sudo: false
matrix:
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@
"node-sass": "^4.12.0",
"nyc": "^14.1.1",
"raw-loader": "^0.5.1",
"react": "^16.3.0 || ^17.0.0",
"react-dom": "^16.3.0 || ^17.0.0",
"react": "^16.3.0",
"react-dom": "^16.3.0",
"react-with-styles-interface-aphrodite": "^6.0.0",
"react-with-styles-interface-css-compiler": "^2.2.0",
"rimraf": "^2.6.3",
Expand Down Expand Up @@ -133,8 +133,8 @@
"peerDependencies": {
"@babel/runtime": "^7.0.0",
"moment": "^2.18.1",
"react": "^16.3.0 || ^17.0.0",
"react-dom": "^16.3.0 || ^17.0.0",
"react": "^16.3.0",
"react-dom": "^16.3.0",
"react-with-direction": "^1.3.1"
},
"greenkeeper": {
Expand Down

0 comments on commit 2631bac

Please sign in to comment.