Skip to content

Commit

Permalink
Add tailwind as peerdependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jlandfried committed Mar 27, 2023
1 parent fbfe500 commit 5a61f4c
Show file tree
Hide file tree
Showing 3 changed files with 432 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lastcall/tailwind-snowball",
"version": "0.0.1",
"version": "0.0.2",
"description": "TailwindCSS plugin that provides the ability to create components with their own color palettes, and also define component styles within tailwind config files.",
"main": "src/index.js",
"scripts": {
Expand All @@ -18,5 +18,8 @@
"bugs": {
"url": "https://github.com/LastCallMedia/tailwind-snowball/issues"
},
"homepage": "https://github.com/LastCallMedia/tailwind-snowball#readme"
"homepage": "https://github.com/LastCallMedia/tailwind-snowball#readme",
"peerDependencies": {
"tailwindcss": "^3.0.0"
}
}
Loading

0 comments on commit 5a61f4c

Please sign in to comment.