uuidjs / uuid

Generate RFC-compliant UUIDs in JavaScript
MIT License
14.65k stars 904 forks source link

fix: restore package.json#browser field #817

Closed broofa closed 1 month ago

broofa commented 1 month ago

Fixes #815.

As part of refactoring the build script for uuid@v11, I removed the package.json#browser field, thinking it would no longer be needed. That was pretty clearly a mistake so I'm restoring it here.

Note: 'Not restoring the deep import paths, however.