From b70c6ab9a899080ce322cd4f54daf91da06854b0 Mon Sep 17 00:00:00 2001 From: Jordan Pittman Date: Tue, 9 Dec 2025 11:58:51 -0500 Subject: [PATCH] Fix provenance setup for v3 --- package.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 4d6c7747e8d6..a78dde28966d 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,10 @@ "license": "MIT", "main": "lib/index.js", "types": "types/index.d.ts", - "repository": "https://github.com/tailwindlabs/tailwindcss.git", + "repository": { + "type": "git", + "url": "https://github.com/tailwindlabs/tailwindcss.git#v3" + }, "bugs": "https://github.com/tailwindlabs/tailwindcss/issues", "homepage": "https://tailwindcss.com", "bin": { @@ -29,6 +32,9 @@ "release-notes": "node ./scripts/release-notes.js", "prepublishOnly": "npm install --force && npm run build" }, + "publishConfig": { + "provenance": true + }, "files": [ "src/*", "cli/*",