Skip to content

Commit

Permalink
fix: rename NIL -> nil
Browse files Browse the repository at this point in the history
  • Loading branch information
broofa committed Jul 21, 2020
1 parent 91c1599 commit c16ebbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.config.js
Expand Up @@ -21,7 +21,7 @@ export default [
chunk('v4', 'uuidv4'),
chunk('v5', 'uuidv5'),

chunk('NIL', 'uuidNIL'),
chunk('nil', 'uuidNIL'),

chunk('version', 'uuidVersion'),
chunk('validate', 'uuidValidate'),
Expand Down

0 comments on commit c16ebbd

Please sign in to comment.