From b44c706d80b8c97317f2d03a566d1c60385ffc00 Mon Sep 17 00:00:00 2001 From: Bhargav Raviya Date: Sat, 3 Jun 2023 15:21:33 +0530 Subject: [PATCH 1/2] change version --- brads-boilerplate-theme-tailwind/package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/brads-boilerplate-theme-tailwind/package.json b/brads-boilerplate-theme-tailwind/package.json index fa37e77..fffa52f 100644 --- a/brads-boilerplate-theme-tailwind/package.json +++ b/brads-boilerplate-theme-tailwind/package.json @@ -1,7 +1,7 @@ { "name": "brads-boilerplate-theme", "version": "1.0.0", - "description": "", + "description": "Tailwind CSS with React WordPress Boilerplate Theme", "main": "index.js", "scripts": { "preview": "npm-run-all --parallel sync wpstart tailwindwatch", @@ -18,10 +18,10 @@ "author": "", "license": "ISC", "devDependencies": { - "@tailwindcss/typography": "^0.5.2", - "@wordpress/scripts": "^23.3.0", - "browser-sync": "^2.27.10", + "@tailwindcss/typography": "^0.5.9", + "@wordpress/scripts": "^26.5.0", + "browser-sync": "^2.29.3", "npm-run-all": "^4.1.5", - "tailwindcss": "^3.1.4" + "tailwindcss": "^3.3.2" } -} +} \ No newline at end of file From 7465e326ca948650a3bf5910818deef36138b31a Mon Sep 17 00:00:00 2001 From: Bhargav Raviya Date: Sat, 3 Jun 2023 15:23:31 +0530 Subject: [PATCH 2/2] remove build folder --- brads-boilerplate-theme-tailwind/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/brads-boilerplate-theme-tailwind/.gitignore b/brads-boilerplate-theme-tailwind/.gitignore index 58b805f..400f429 100644 --- a/brads-boilerplate-theme-tailwind/.gitignore +++ b/brads-boilerplate-theme-tailwind/.gitignore @@ -1,2 +1,3 @@ .DS_Store +build/ node_modules/ \ No newline at end of file