Skip to content

Commit

Permalink
fix: move react-transition-context to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards1211 committed May 7, 2019
1 parent 42fa8f3 commit 4718bc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-hot-loader": "^3.1.3",
"react-transition-context": "^5.0.0",
"rimraf": "^2.6.0",
"semantic-release": "^15.13.3",
"sinon": "^4.1.4",
Expand All @@ -149,7 +148,8 @@
"dependencies": {
"@babel/runtime": "^7.1.5",
"inline-style-prefixer": "^4.0.0",
"prop-types": "^15.6.0"
"prop-types": "^15.6.0",
"react-transition-context": "^5.0.0"
},
"peerDependencies": {
"react": "^16.8.0"
Expand Down

0 comments on commit 4718bc6

Please sign in to comment.