Skip to content

Commit

Permalink
bugfix: fix the naming of is-primitive (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
babs20 authored Jul 22, 2024
1 parent 6200ffe commit 71bb535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/micro-utilities.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
},
{
"type": "simple",
"moduleName": "is-primitve",
"moduleName": "is-primitive",
"replacement": "Use v === null || (typeof v !== \"function\" && typeof v !== \"object\")",
"category": "micro-utilities"
},
Expand Down

0 comments on commit 71bb535

Please # to comment.