From 9948811bc2d5c1275df648b4fceec4ae502dd73e Mon Sep 17 00:00:00 2001 From: Antares Date: Sun, 21 Dec 2025 21:06:30 +0800 Subject: [PATCH] fix: add repository field for npm provenance --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 83de769..2d4118c 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,10 @@ "version": "0.0.2", "type": "module", "packageManager": "yarn@4.12.0", + "repository": { + "type": "git", + "url": "https://github.com/AntaresQAQ/unplugin-inline-const-enum" + }, "scripts": { "lint": "eslint", "lint:fix": "eslint --fix",