mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
One of the (private) packages was missing a version which caused `pnpm publish` to fail. This PR adds the missing version.
7 lines
102 B
JSON
7 lines
102 B
JSON
{
|
|
"name": "tailwindcss-test-utils",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"main": "index.js"
|
|
}
|