Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Commit

Permalink
0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrmarti committed May 8, 2019
1 parent 7ec3412 commit 8b24df6
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"name": "vscode-dev-containers",
"version": "0.14.0",
"description": "VS Code Dev Containers: Definitions and Templates",
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/vscode-dev-containers.git"
},
"author": "Microsoft Corporation",
"license": "SEE LICENSE IN LICENSE.md",
"files": [
"containers",
"containers-readmes",
"repository-containers"
],
"scripts": {
"prepack": "rimraf containers-readmes && copyfiles --up 1 containers/**/README.md containers-readmes"
},
"devDependencies": {
"copyfiles": "^2.1.0",
"rimraf": "^2.6.3"
}
}
{
"name": "vscode-dev-containers",
"version": "0.15.0",
"description": "VS Code Dev Containers: Definitions and Templates",
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/vscode-dev-containers.git"
},
"author": "Microsoft Corporation",
"license": "SEE LICENSE IN LICENSE.md",
"files": [
"containers",
"containers-readmes",
"repository-containers"
],
"scripts": {
"prepack": "rimraf containers-readmes && copyfiles --up 1 containers/**/README.md containers-readmes"
},
"devDependencies": {
"copyfiles": "^2.1.0",
"rimraf": "^2.6.3"
}
}

0 comments on commit 8b24df6

Please sign in to comment.