This repository was archived by the owner on Nov 30, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +23
-23
lines changed Expand file tree Collapse file tree 1 file changed +23
-23
lines changed Original file line number Diff line number Diff line change 1
- {
2
- "name" : " vscode-dev-containers" ,
3
- "version" : " 0.15 .0" ,
4
- "description" : " VS Code Dev Containers: Definitions and Templates" ,
5
- "repository" : {
6
- "type" : " git" ,
7
- "url" : " https://github.com/Microsoft/vscode-dev-containers.git"
8
- },
9
- "author" : " Microsoft Corporation" ,
10
- "license" : " SEE LICENSE IN LICENSE.md" ,
11
- "files" : [
12
- " containers" ,
13
- " containers-readmes" ,
14
- " repository-containers"
15
- ],
16
- "scripts" : {
17
- "prepack" : " rimraf containers-readmes && copyfiles --up 1 containers/**/README.md containers-readmes"
18
- },
19
- "devDependencies" : {
20
- "copyfiles" : " ^2.1.0" ,
21
- "rimraf" : " ^2.6.3"
22
- }
23
- }
1
+ {
2
+ "name" : " vscode-dev-containers" ,
3
+ "version" : " 0.16 .0" ,
4
+ "description" : " VS Code Dev Containers: Definitions and Templates" ,
5
+ "repository" : {
6
+ "type" : " git" ,
7
+ "url" : " https://github.com/Microsoft/vscode-dev-containers.git"
8
+ },
9
+ "author" : " Microsoft Corporation" ,
10
+ "license" : " SEE LICENSE IN LICENSE.md" ,
11
+ "files" : [
12
+ " containers" ,
13
+ " containers-readmes" ,
14
+ " repository-containers"
15
+ ],
16
+ "scripts" : {
17
+ "prepack" : " rimraf containers-readmes && copyfiles --up 1 containers/**/README.md containers-readmes"
18
+ },
19
+ "devDependencies" : {
20
+ "copyfiles" : " ^2.1.0" ,
21
+ "rimraf" : " ^2.6.3"
22
+ }
23
+ }
You can’t perform that action at this time.
0 commit comments