We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dda9fa commit 448bf1bCopy full SHA for 448bf1b
2 files changed
demo/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "tw-plugin-demo",
3
"private": true,
4
- "packageManager": "^pnpm@8.0.0",
+ "packageManager": "^pnpm@8.1.0",
5
"version": "0.0.0",
6
"type": "module",
7
"scripts": {
package.json
@@ -3,7 +3,7 @@
"version": "0.1.0",
"description": "An updated animation plugin for Tailwind CSS v3",
"main": "dist/index.js",
8
"dev": "tsc --watch & cd ./demo && npm run-script dev",
9
"build": "tsc",
0 commit comments