From f1c97390f482a4c88579b6aac94f232afe29eecb Mon Sep 17 00:00:00 2001 From: Christof Marti Date: Thu, 11 Apr 2019 15:11:13 +0200 Subject: [PATCH] Update folder name --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a56ab43137..f07127ca29 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Beyond the advantages of having your team use a consistent environment and tool- - `containers` - Contains reusable dev container definitions. - `container-templates` - Contains templates for creating your own container definitions for your project or to [contribute back](CONTRIBUTING.md#contributing-dev-container-definitions). -- `repository-configurations` - Dev container definitions working on a cloned copy of specific, public source code repository (rather than general purpose). +- `repository-containers` - Dev container definitions working on a cloned copy of specific, public source code repository (rather than general purpose). ## Common Questions diff --git a/package.json b/package.json index 252d01055c..b80ebd08fe 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "VS Code Dev Containers: Definitions and Templates", "files": [ "containers", - "repository-configurations" + "repository-containers" ], "repository": { "type": "git",