File tree 2 files changed +34
-1
lines changed
2 files changed +34
-1
lines changed Original file line number Diff line number Diff line change 16
16
},
17
17
"packages/nx-dive" : {
18
18
"release-type" : " node"
19
+ },
20
+ "devcontainer-features/install-npm-package-globally" : {
21
+ "package-name" : " install-npm-package-globally" ,
22
+ "extra-files" : [
23
+ {
24
+ "type" : " json" ,
25
+ "path" : " src/install-npm-package-globally/devcontainer-feature.json" ,
26
+ "jsonpath" : " $.version"
27
+ }
28
+ ]
29
+ },
30
+ "devcontainer-features/omz-plugin" : {
31
+ "package-name" : " omz-plugin" ,
32
+ "extra-files" : [
33
+ {
34
+ "type" : " json" ,
35
+ "path" : " src/omz-plugin/devcontainer-feature.json" ,
36
+ "jsonpath" : " $.version"
37
+ }
38
+ ]
39
+ },
40
+ "devcontainer-features/powerlevel10k" : {
41
+ "package-name" : " powerlevel10k" ,
42
+ "extra-files" : [
43
+ {
44
+ "type" : " json" ,
45
+ "path" : " src/powerlevel10k/devcontainer-feature.json" ,
46
+ "jsonpath" : " $.version"
47
+ }
48
+ ]
19
49
}
20
50
}
21
51
}
Original file line number Diff line number Diff line change 2
2
"." : " 0.0.0" ,
3
3
"packages/nx-devkit" : " 1.0.0" ,
4
4
"packages/nx-docker" : " 1.0.0" ,
5
- "packages/nx-dive" : " 1.0.0"
5
+ "packages/nx-dive" : " 1.0.0" ,
6
+ "devcontainer-features/powerlevel10k" : " 0.0.0" ,
7
+ "devcontainer-features/omz-plugin" : " 0.0.0" ,
8
+ "devcontainer-features/install-npm-package-globally" : " 0.0.0"
6
9
}
You can’t perform that action at this time.
0 commit comments