File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
devcontainer-features/install-npm-package-globally Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments