Skip to content

Commit

Permalink
chore(deps): install @nuxtjs/tailwindcss as dev dep
Browse files Browse the repository at this point in the history
  • Loading branch information
becem-gharbi committed May 28, 2024
1 parent 3e939e8 commit f6c24a7
Show file tree
Hide file tree
Showing 5 changed files with 555 additions and 2,357 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The documentation website can be found [here](https://nuxt-naiveui.bg.tn).

```bash
# Install dependencies
yarn install && cd playground && yarn install
yarn install

# Generate type stubs
yarn dev:prepare
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"@nuxt/eslint-config": "^0.3.12",
"@nuxt/module-builder": "^0.5.5",
"@nuxt/schema": "^3.11.1",
"@nuxtjs/tailwindcss": "^6.12.0",
"@playwright/test": "^1.44.1",
"@types/js-cookie": "^3.0.6",
"@types/node": "^20.12.12",
Expand All @@ -66,4 +67,4 @@
"tag": "latest"
},
"packageManager": "yarn@1.22.19+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447"
}
}
7 changes: 2 additions & 5 deletions playground/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
{
"private": true,
"name": "my-module-playground",
"devDependencies": {
"@nuxtjs/tailwindcss": "^6.11.4"
}
}
"name": "my-module-playground"
}
Loading

0 comments on commit f6c24a7

Please sign in to comment.