feat(tools): modularize browser-scripts (#65399)

This commit is contained in:
Oliver Eyton-Williams
2026-01-26 13:21:20 +01:00
committed by GitHub
parent 3152bff893
commit e5cae6909c
15 changed files with 74 additions and 38 deletions

View File

@@ -8,6 +8,13 @@
"node": ">=24",
"pnpm": ">=10"
},
"files": [
"dist"
],
"exports": {
"./test-runner": "./test-runner.ts",
"./package.json": "./package.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/freeCodeCamp/freeCodeCamp.git"