Remove yarn, use npm exclusively

Replace all yarn references with npm across README, CLAUDE.md,
CHANGELOG, .gitignore, and CI workflow. Remove yarn.lock.

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2026-02-08 03:20:25 +01:00
parent 0847f5a2d0
commit d069a203b4
6 changed files with 13 additions and 1193 deletions

View File

@@ -113,7 +113,6 @@ jobs:
-x "${THEME_NAME}/src/*" \
-x "${THEME_NAME}/package.json" \
-x "${THEME_NAME}/package-lock.json" \
-x "${THEME_NAME}/yarn.lock" \
-x "${THEME_NAME}/composer.json" \
-x "${THEME_NAME}/composer.lock" \
-x "${THEME_NAME}/.gitignore" \