Skip to content

Commit

Permalink
feat: tup-274 peerDeps not deps (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyboar authored Oct 28, 2022
1 parent 2e25877 commit 9ef5ad7
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 @@ -31,7 +31,7 @@
},
"homepage": "https://github.com/TACC/Core-Styles",
"repository": "git@github.com:TACC/Core-Styles.git",
"dependencies": {
"peerDependencies": {
"commander": "^9.0.0",
"cssnano": "^4.1.10",
"js-yaml": "^3.13.1",
Expand All @@ -44,7 +44,7 @@
"postcss-preset-env": "^6.7.0",
"postcss-replace": "1.1.3"
},
"// dependencies": {
"// peerDependencies": {
"commander": "To create CLI",
"cssnano": "To minify CSS",
"js-yaml": "To parse PostCSS configs",
Expand Down

0 comments on commit 9ef5ad7

Please sign in to comment.