Skip to content

Commit

Permalink
(split)Use normal dependency for jss instead of peer and dev dependen…
Browse files Browse the repository at this point in the history
…cy (cssinjs#993)
  • Loading branch information
Henri authored and kof committed Jan 20, 2019
1 parent edbf9ec commit 9b56664
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 @@ -44,8 +44,8 @@
"dependencies": {
"@babel/runtime": "^7.0.0",
"hoist-non-react-statics": "^3.2.0",
"jss": "^10.0.0-alpha.8",
"jss-preset-default": "^10.0.0-alpha.8",
"jss": "10.0.0-alpha.8",
"jss-preset-default": "10.0.0-alpha.8",
"prop-types": "^15.6.0",
"theming": "^3.0.2"
},
Expand Down

0 comments on commit 9b56664

Please sign in to comment.