Skip to content

Commit

Permalink
Updated README.ms and package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
vaibhav111tandon committed Nov 17, 2024
1 parent 93eba4f commit b37e163
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A TailwindCSS plugin to integrate VOV.css animations seamlessly.
Install the plugin and its dependencies:

```
npm install tailwind-vov tailwindcss vov.css
npm install tailwindcss-vov tailwindcss vov.css
```

## Usage
Expand Down
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tailwindcss-vov",
"version": "0.0.2",
"version": "0.0.3",
"main": "./index.js",
"scripts": {
"dev": "npx tailwindcss -i ./demo/index.css -o ./demo/output.css --watch"
Expand All @@ -18,6 +18,10 @@
"author": "Vaibhav Tandon",
"license": "MIT",
"description": "Add VOV CSS as Tailwind CSS plugin to your project.",
"repository": {
"type": "git",
"url": "git+https://github.com/vaibhav111tandon/tailwindcss-vov.git"
},
"peerDependencies": {
"tailwindcss": "^3.4.15",
"vov.css": "^1.2.0"
Expand Down

0 comments on commit b37e163

Please # to comment.