Robin Malfait 2fe2499635
Fix failing publish step (#14060)
One of the (private) packages was missing a version which caused `pnpm
publish` to fail. This PR adds the missing version.
2024-07-25 17:31:52 +02:00

7 lines
102 B
JSON

{
"name": "tailwindcss-test-utils",
"version": "0.0.0",
"private": true,
"main": "index.js"
}