chore(environment): match the tightened published-files constraint

Master narrowed `files` to the built entrypoints plus declarations; the
new environment package still carried declaration maps and `src`.
This commit is contained in:
Yichen Jiang
2026-08-05 12:42:06 +08:00
parent 33e3871c77
commit 84b119619a

View File

@@ -21,9 +21,7 @@
"files": [
"lib/index.js",
"lib/invariant.js",
"lib/types/**/*.d.ts",
"lib/types/**/*.d.ts.map",
"src"
"lib/types/**/*.d.ts"
],
"license": "BSD-3-Clause",
"peerDependencies": {