Skip to content

Commit f35cee0

Browse files
refactor: make tailwind dev dependency (#30)
1 parent ab3189e commit f35cee0

File tree

2 files changed

+234
-244
lines changed

2 files changed

+234
-244
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -104,14 +104,14 @@
104104
"publint": "^0.2.0",
105105
"replace-in-files": "^3.0.0",
106106
"storybook": "^7.3.1",
107+
"tailwindcss": "^3.3.3",
107108
"tsup": "^7.2.0",
108109
"typescript": "^5.1.6"
109110
},
110111
"peerDependencies": {
111112
"@types/react": "^18.0.0",
112113
"@types/react-dom": "^18.0.0",
113114
"react": "^18.0.0",
114-
"react-dom": "^18.0.0",
115-
"tailwindcss": "^3.0.0"
115+
"react-dom": "^18.0.0"
116116
}
117117
}

0 commit comments

Comments
 (0)