tailwindcss-patch 2.0.3 → 2.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tailwindcss-patch",
3
- "version": "2.0.3",
3
+ "version": "2.0.4",
4
4
  "description": "patch tailwindcss for exposing context and extract classes",
5
5
  "exports": {
6
6
  ".": {
@@ -45,7 +45,7 @@
45
45
  },
46
46
  "peerDependenciesMeta": {
47
47
  "tailwindcss": {
48
- "optional": false
48
+ "optional": true
49
49
  }
50
50
  },
51
51
  "devDependencies": {
@@ -67,7 +67,7 @@
67
67
  "postcss": "^8.4.27",
68
68
  "resolve": "^1.22.4",
69
69
  "semver": "^7.5.4",
70
- "@tailwindcss-mangle/config": "^1.0.1"
70
+ "@tailwindcss-mangle/config": "^2.0.4"
71
71
  },
72
72
  "homepage": "https://github.com/sonofmagic/tailwindcss-mangle",
73
73
  "repository": {
@@ -84,6 +84,6 @@
84
84
  "build": "unbuild",
85
85
  "test": "vitest run --coverage.enabled",
86
86
  "test:dev": "vitest",
87
- "cli": "node bin/tw-patch.js install"
87
+ "patch": "node bin/tw-patch.js install"
88
88
  }
89
89
  }