app/views/documentation/installation.html.md in shadcn-ui-0.0.4 vs app/views/documentation/installation.html.md in shadcn-ui-0.0.5

- old
+ new

@@ -30,10 +30,10 @@ cli to compile the themes. The easiest way I've found to include everything you need is by including only one package that will include the rest of them, `tailwind-animate`. Create a package.json if you need via `echo '{}' >> package.json`. ``` -npm install -D tailwind-animate +npm install -D tailwindcss-animate ``` These are the requirements if you want to add them individually: ```