tailwindcss-patch
Advanced tools
Comparing version 2.0.5-alpha.1 to 2.0.5-alpha.2
{ | ||
"name": "tailwindcss-patch", | ||
"version": "2.0.5-alpha.1", | ||
"version": "2.0.5-alpha.2", | ||
"description": "patch tailwindcss for exposing context and extract classes", | ||
"exports": { | ||
".": { | ||
"types": "./dist/index.d.ts", | ||
"require": "./dist/index.js" | ||
} | ||
}, | ||
"typesVersions": { | ||
"*": { | ||
"*": [ | ||
"./dist/*", | ||
"./dist/index.d.ts" | ||
] | ||
} | ||
}, | ||
"main": "./dist/index.js", | ||
@@ -20,0 +6,0 @@ "types": "./dist/index.d.ts", |
78845