Skip to content
This repository has been archived by the owner on May 17, 2019. It is now read-only.

Commit

Permalink
Move styletron-react to peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gergelyke authored and fusion-bot[bot] committed Jul 27, 2018
1 parent 6b75cfe commit 4f477a1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
"dependencies": {
"css-to-js-sourcemap-worker": "^2.0.1",
"prop-types": "^15.6.1",
"styletron-engine-atomic": "^1.0.5",
"styletron-react": "^4.3.0"
"styletron-engine-atomic": "^1.0.5"
},
"devDependencies": {
"@babel/preset-react": "7.0.0-beta.52",
Expand All @@ -45,13 +44,15 @@
"prettier": "1.12.1",
"react": "16.3.2",
"react-dom": "16.3.2",
"styletron-react": "^4.3.0",
"tape-cup": "4.7.1",
"unitest": "2.1.1"
},
"peerDependencies": {
"fusion-core": "^1.3.0",
"fusion-tokens": "^1.0.3",
"react": "14.x - 16.x"
"react": "14.x - 16.x",
"styletron-react": "^4.3.0"
},
"scripts": {
"clean": "rm -rf dist",
Expand Down

0 comments on commit 4f477a1

Please sign in to comment.