issues
search
uuidjs
/
uuid
Generate RFC-compliant UUIDs in JavaScript
MIT License
14.66k
stars
903
forks
source link
chore: misc updates to dev and build setup
#781
Closed
broofa
closed
4 months ago
broofa
commented
4 months ago
A few "chore" items here:
Add stubby little
package.json
files to the cjs-* dirs to indicate the module type for CJS builds. (ref:
https://github.com/microsoft/TypeScript/issues/49462
)
Update
husky
setup (should've happened when I updated
husky
version previously)
npm-check-updates -u
in all example dirs to update dependencies
A few "chore" items here:
package.json
files to the cjs-* dirs to indicate the module type for CJS builds. (ref: https://github.com/microsoft/TypeScript/issues/49462)husky
setup (should've happened when I updatedhusky
version previously)npm-check-updates -u
in all example dirs to update dependencies