Skip to content

Commit 2f2ffcd

Browse files
authored
Fix Compatibility matrix (#114)
Node.js does support generating UUIDs without dependencies (with `crypto.randomUUID()`).
1 parent 9818b20 commit 2f2ffcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ The test runner also has support for filters. Using filters is as simple as addi
6565
| fs | ✔︎ | ✘⏱ |
6666
| path | ✔︎ | ✔︎ |
6767
| timers | ✔︎ | ✔︎ |
68-
| uuid | ✘ <sub><sup>(via dependency)</sup></sub> | ✔︎ |
68+
| uuid | ✔︎ | ✔︎ |
6969
| hex | ✘ <sub><sup>(via dependency)</sup></sub> | ✔︎ |
7070
| crypto | ✔︎ | ✔︎ |
7171
| process | ✔︎ | ✔︎ |

0 commit comments

Comments
 (0)