Skip to content

Commit

Permalink
added peerDependecy
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Graffis committed Mar 28, 2021
1 parent d2a82fd commit 42090c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Hopefully this will give you some great dark colors in your next project, and sa

## Installation

`npm i tailwind-dracula`
`npm i tailwind-dracula --save-dev`

## Usage

Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,8 @@
"bugs": {
"url": "https://github.com/nickgraffis/tailwind-dracula/issues"
},
"peerDependencies": {
"tailwindcss": "2.x"
},
"homepage": "https://github.com/nickgraffis/tailwind-dracula#readme"
}

0 comments on commit 42090c3

Please sign in to comment.