From 605ab0578d061806dd1042b0f17b7451efdc61e8 Mon Sep 17 00:00:00 2001 From: "u.wang" <9262286+uwang@users.noreply.github.com> Date: Thu, 5 Sep 2024 19:48:48 +0800 Subject: [PATCH] feat: add @yarnpkg (#266) ## Summary by CodeRabbit - **New Features** - Expanded package management capabilities by adding support for the `@yarnpkg` scope, enhancing compatibility with additional packages. --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 97e4bb6..b139df0 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,7 @@ }, "homepage": "https://github.com/cnpm/unpkg-white-list#readme", "allowScopes": [ + "@yarnpkg", "@ztocwst", "@wangeditor-next", "@artalk",