Skip to content

Commit cd8436b

Browse files
committed
hardcode tailwindcss dependency
Otherwise it resolves the incorrect version, and we don't push the `package-lock.json` file for packages.
1 parent b8f431c commit cd8436b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@
4040
"jest": "^29.1.2",
4141
"postcss": "^8.4.17",
4242
"prettier": "^2.7.1",
43-
"tailwindcss": "^0.0.0-insiders.4338849"
43+
"tailwindcss": "0.0.0-insiders.4338849"
4444
}
4545
}

0 commit comments

Comments
 (0)