Skip to content

Commit 39566dc

Browse files
committed
Update documentation for dist/external path
Update CLAUDE.md to reflect that external dependencies are now bundled in dist/external/ instead of external/.
1 parent 0d0878a commit 39566dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CLAUDE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,11 +134,11 @@ Each command follows consistent pattern:
134134
### Distribution
135135
- **Binary entries**: `socket`, `socket-npm`, `socket-npx` (in `bin/` directory)
136136
- **Distribution**: Built files go to `dist/` directory
137-
- **External dependencies**: Bundled in `external/` directory
137+
- **External dependencies**: Bundled in `dist/external/` directory
138138
- **Test fixtures**: Located in `test/fixtures/`
139139

140140
### External Dependencies
141-
- Bundles external dependencies in `external/` directory
141+
- Bundles external dependencies in `dist/external/` directory
142142
- Uses Socket registry overrides for security
143143
- Custom patches applied to dependencies in `patches/`
144144

0 commit comments

Comments
 (0)