Skip to content

Commit c46f84f

Browse files
committed
Use latest
1 parent 6881b1f commit c46f84f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ Rewrite imports from ["barrel files"](https://www.google.com/search?q=barrel+fil
88

99
```bash
1010
# rewrite imports in all .js and .mjs files in the path/to/files directory
11-
npx @openlayers/codemod replace-barrel-imports path/to/files
11+
npx @openlayers/codemod@latest replace-barrel-imports path/to/files
1212
```
1313

1414
See additional options with the `help` command (or `--help` flag).
1515

1616
```bash
1717
# see options for the command
18-
npx @openlayers/codemod help replace-barrel-imports
18+
npx @openlayers/codemod@latest help replace-barrel-imports
1919
```

0 commit comments

Comments
 (0)