Skip to content

Commit ba3efa7

Browse files
committed
chore: release v0.0.3
1 parent 0bc5cb5 commit ba3efa7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

packages/tailwindcss-utopia/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tailwindcss-utopia",
33
"type": "module",
4-
"version": "0.0.2",
4+
"version": "0.0.3",
55
"main": "./dist/index.cjs",
66
"module": "./dist/index.js",
77
"types": "./dist/index.d.ts",
@@ -12,6 +12,7 @@
1212
"require": "./dist/index.cjs"
1313
},
1414
"scripts": {
15+
"abc": "bun run abc.ts",
1516
"build": "bun run build.ts",
1617
"prepublishOnly": "bun run build"
1718
},
@@ -38,6 +39,7 @@
3839
"devDependencies": {
3940
"@types/bun": "^1.1.10",
4041
"bun-plugin-dts": "^0.3.0",
42+
"esinstall": "^1.1.7",
4143
"jest-diff": "^29.7.0",
4244
"prettier": "^3.4.2",
4345
"tailwindcss-priv": "npm:[email protected]",

packages/utopia-tailwind-merge/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "utopia-tailwind-merge",
33
"type": "module",
4-
"version": "0.0.2",
4+
"version": "0.0.3",
55
"main": "./dist/index.cjs",
66
"module": "./dist/index.js",
77
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)