Skip to content

Commit e9387a8

Browse files
fix(build): Move tailwindcss to devDependencies (#91)
### Description This PR moves TailwindCSS to the devDependencies. ### Related Issue Fixes #19
1 parent b5a2af8 commit e9387a8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@
3434
"octokit": "^3.1.2",
3535
"react": "^18.2.0",
3636
"react-dom": "^18.2.0",
37-
"react-markdown": "^9.0.1",
38-
"tailwindcss": "^3.4.1"
37+
"react-markdown": "^9.0.1"
3938
},
4039
"devDependencies": {
4140
"@octokit/request": "^9.1.1",
4241
"@tailwindcss/container-queries": "^0.1.1",
43-
"@tailwindcss/typography": "^0.5.10"
42+
"@tailwindcss/typography": "^0.5.10",
43+
"tailwindcss": "^3.4.1"
4444
}
4545
}

0 commit comments

Comments
 (0)