Skip to content

Commit 8f349e5

Browse files
committed
build: add tailwind as peer dep
1 parent 567376d commit 8f349e5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,8 @@
1515
"bugs": {
1616
"url": "https://github.com/GavinJoyce/tailwindcss-question-mark/issues"
1717
},
18-
"homepage": "https://github.com/GavinJoyce/tailwindcss-question-mark#readme"
18+
"homepage": "https://github.com/GavinJoyce/tailwindcss-question-mark#readme",
19+
"peerDependencies": {
20+
"tailwindcss": ">=2.0.0"
21+
}
1922
}

0 commit comments

Comments
 (0)