diff --git a/package-lock.json b/package-lock.json index e9d1bff..4d8cfa4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "eslint-plugin-readable-tailwind", - "version": "0.0.4", + "version": "0.0.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "eslint-plugin-readable-tailwind", - "version": "0.0.4", + "version": "0.0.5", "license": "MIT", "devDependencies": { "@schoero/changelog-config": "^0.0.3", diff --git a/package.json b/package.json index 65980be..ab1c46e 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.0.4", + "version": "0.0.5", "type": "module", "name": "eslint-plugin-readable-tailwind", "description": "auto-wraps tailwind classes after a certain width using template literals.",