Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
chore: Move tailwindcss to devDependency & peerDependency
  • Loading branch information
xeho91 committed Jan 20, 2023
commit 973026aa7d3e058375f60b89cbf363c24886c938
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,12 @@
"files": [
"lib"
],
"peerDependencies": {
"tailwindcss": "^3.2.2"
},
"dependencies": {
"fast-glob": "^3.2.5",
"postcss": "^8.4.4",
"tailwindcss": "^3.2.2"
"postcss": "^8.4.4"
},
"devDependencies": {
"@angular-eslint/template-parser": "^13.0.1",
Expand All @@ -39,6 +41,7 @@
"daisyui": "^2.6.4",
"eslint": "^7.1.0",
"mocha": "^7.2.0",
"tailwindcss": "^3.2.2",
"typescript": "4.3.5",
"vue-eslint-parser": "^7.6.0"
},
Expand Down