Skip to content

Commit 719a0fd

Browse files
Update --unstable-node-conditions flag to stable name (#2772)
Co-authored-by: Jo Franchetti <jofranchetti@gmail.com>
1 parent fe362f4 commit 719a0fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

runtime/fundamentals/node.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -409,10 +409,10 @@ are as follows:
409409
410410
This means that the first condition listed in a package export whose key equals
411411
any of these strings will be matched. You can expand this list using the
412-
`--unstable-node-conditions` CLI flag:
412+
`--conditions` CLI flag:
413413
414414
```shell
415-
deno run --unstable-node-conditions development,react-server main.ts
415+
deno run --conditions development,react-server main.ts
416416
```
417417
418418
```json

0 commit comments

Comments
 (0)