From 973026aa7d3e058375f60b89cbf363c24886c938 Mon Sep 17 00:00:00 2001 From: xeho91 Date: Fri, 20 Jan 2023 11:10:21 +0800 Subject: [PATCH 1/2] chore: Move `tailwindcss` to `devDependency` & `peerDependency` --- package.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ae8e82e8..a7661e80 100644 --- a/package.json +++ b/package.json @@ -23,10 +23,12 @@ "files": [ "lib" ], + "peerDependencies": { + "tailwindcss": "^3.2.2" + }, "dependencies": { "fast-glob": "^3.2.5", - "postcss": "^8.4.4", - "tailwindcss": "^3.2.2" + "postcss": "^8.4.4" }, "devDependencies": { "@angular-eslint/template-parser": "^13.0.1", @@ -39,6 +41,7 @@ "daisyui": "^2.6.4", "eslint": "^7.1.0", "mocha": "^7.2.0", + "tailwindcss": "^3.2.2", "typescript": "4.3.5", "vue-eslint-parser": "^7.6.0" }, From e41cc8a14ca75168f8a53dd9fd6f9c10a9079d41 Mon Sep 17 00:00:00 2001 From: xeho91 Date: Fri, 20 Jan 2023 11:19:19 +0800 Subject: [PATCH 2/2] =?UTF-8?q?docs:=20=F0=9F=93=9D=20=20Update=20installa?= =?UTF-8?q?tion=20instructions=20in=20the=20`README.md`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a93f938d..fa30b5c5 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ $ npm i -D eslint Next, install the latest version of `eslint-plugin-tailwindcss` if you are using Tailwind CSS v3 ``` -$ npm i -D eslint-plugin-tailwindcss +$ npm i -D tailwindcss eslint-plugin-tailwindcss ``` > ### Still using Tailwind CSS v2?