Skip to content

Commit 899414d

Browse files
committed
docs(install-npm-package-globally): update README.md
1 parent 69bc9ba commit 899414d

File tree

1 file changed

+3
-3
lines changed
  • devcontainer-features/install-npm-package-globally

1 file changed

+3
-3
lines changed

devcontainer-features/install-npm-package-globally/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Install latest version
88

99
```json
1010
"features": {
11-
"ghcr.io/ebizbase/devcontainer-features/install-npm-package-globally:0": {
11+
"ghcr.io/ebizbase/devcontainer-features/install-npm-package-globally:1": {
1212
"packages": ["ts-node"]
1313
}
1414
}
@@ -18,7 +18,7 @@ Install specific version
1818

1919
```json
2020
"features": {
21-
"ghcr.io/ebizbase/devcontainer-features/install-npm-package-globally:0": {
21+
"ghcr.io/ebizbase/devcontainer-features/install-npm-package-globally:1": {
2222
"packages": ["ts-node@10.9.2"]
2323
}
2424
}
@@ -28,7 +28,7 @@ Install semver version
2828

2929
```json
3030
"features": {
31-
"ghcr.io/ebizbase/devcontainer-features/install-npm-package-globally:0": {
31+
"ghcr.io/ebizbase/devcontainer-features/install-npm-package-globally:1": {
3232
"packages": ["ts-node@~10.9.2"]
3333
}
3434
}

0 commit comments

Comments
 (0)