We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da43c8d commit 71dcaceCopy full SHA for 71dcace
packages/tailwindcss-utopia/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "tailwindcss-utopia",
3
"type": "module",
4
- "version": "0.0.13",
+ "version": "0.0.14",
5
"main": "./dist/index.cjs",
6
"module": "./dist/index.js",
7
"types": "./dist/index.d.ts",
packages/utopia-tailwind-merge/package.json
"name": "utopia-tailwind-merge",
packages/utopia-tailwind-merge/tsconfig.json
@@ -11,6 +11,7 @@
11
"allowJs": true,
12
"noEmit": true,
13
"outDir": "dist",
14
- "resolveJsonModule": true
+ "resolveJsonModule": true,
15
+ "types": []
16
}
17
0 commit comments