diff --git a/package-lock.json b/package-lock.json index ff8daf8..328af0b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@alveusgg/data", - "version": "0.42.0", + "version": "0.43.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@alveusgg/data", - "version": "0.42.0", + "version": "0.43.0", "license": "SEE LICENSE IN LICENSE.md", "devDependencies": { "@typescript-eslint/eslint-plugin": "^6.2.0", diff --git a/package.json b/package.json index 5fd30b5..2b7997e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@alveusgg/data", - "version": "0.42.0", + "version": "0.43.0", "private": true, "license": "SEE LICENSE IN LICENSE.md", "repository": { @@ -28,5 +28,13 @@ "prettier": "^3.0.0", "tailwindcss": "^3.4.14", "typescript": "^5.1.6" + }, + "peerDependencies": { + "tailwindcss": "3.x" + }, + "peerDependenciesMeta": { + "tailwindcss": { + "optional": true + } } }