Skip to content

Commit

Permalink
Move styled-components to {dev, peer}Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
arcatdmz committed Jul 7, 2020
1 parent 1cdf9d5 commit ec22f34
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Expand Up @@ -41,7 +41,6 @@
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-input-slider": "^5.1.7",
"styled-components": "^5.1.1",
"tinycolor2": "^1.4.1"
},
"devDependencies": {
Expand All @@ -63,7 +62,11 @@
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-terser": "^6.1.0",
"semantic-ui-react": "^0.88.2",
"styled-components": "^5.1.1",
"typedoc": "^0.17.0-3",
"typescript": "^3.9.6"
},
"peerDependencies": {
"styled-components": ">= 3"
}
}

0 comments on commit ec22f34

Please sign in to comment.