We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7748307 commit 5bad7e5Copy full SHA for 5bad7e5
1 file changed
README.md
@@ -408,12 +408,13 @@ npm run coverage # Generate test coverage report
408
409
### Build Output
410
411
-Build produces multiple module formats:
+Build produces multiple module formats. When you install from npm, you'll get:
412
- `dist/tiny-lru.js` - ES Modules
413
- `dist/tiny-lru.cjs` - CommonJS
414
-- `dist/tiny-lru.min.js` - Minified ESM
415
- `types/lru.d.ts` - TypeScript definitions
416
+The minified version (`dist/tiny-lru.min.js`) is available in the repository for local testing but is not shipped via npm.
417
+
418
## Tests
419
420
| Metric | Count |
0 commit comments