Skip to content

Commit 30f7769

Browse files
committed
Restart smoke test
1 parent a70b4fc commit 30f7769

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/javascript-node-mongo/devcontainer-template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "javascript-node-mongo",
33
"version": "5.0.0",
44
"name": "Node.js & Mongo DB",
5-
"description": "Develop applications in Node.js and Mongo DB. Includes Node.js, eslint, and yarn in a container linked to a Mongo DB.",
5+
"description": "Develop applications in Node.js and Mongo DB. Includes Node.js, eslint and yarn in a container linked to a Mongo DB.",
66
"documentationURL": "https://github.com/devcontainers/templates/tree/main/src/javascript-node-mongo",
77
"publisher": "Dev Container Spec Maintainers",
88
"licenseURL": "https://github.com/devcontainers/templates/blob/main/LICENSE",

src/javascript-node-postgres/devcontainer-template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "javascript-node-postgres",
33
"version": "5.0.0",
44
"name": "Node.js & PostgreSQL",
5-
"description": "Develop applications in Node.js and PostgreSQL. Includes Node.js, eslint, and yarn in a container linked to a Postgres DB container",
5+
"description": "Develop applications in Node.js and PostgreSQL. Includes Node.js, eslint and yarn in a container linked to a Postgres DB container",
66
"documentationURL": "https://github.com/devcontainers/templates/tree/main/src/javascript-node-postgres",
77
"publisher": "Dev Container Spec Maintainers",
88
"licenseURL": "https://github.com/devcontainers/templates/blob/main/LICENSE",

src/javascript-node/devcontainer-template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "javascript-node",
33
"version": "5.0.0",
44
"name": "Node.js & JavaScript",
5-
"description": "Develop Node.js based applications. Includes Node.js, eslint, nvm, and yarn.",
5+
"description": "Develop Node.js based applications. Includes Node.js, eslint, nvm and yarn.",
66
"documentationURL": "https://github.com/devcontainers/templates/tree/main/src/javascript-node",
77
"publisher": "Dev Container Spec Maintainers",
88
"licenseURL": "https://github.com/devcontainers/templates/blob/main/LICENSE",

0 commit comments

Comments
 (0)