@devcontainer/generator
Advanced tools
Comparing version 1.9.4 to 1.9.5
@@ -163,3 +163,3 @@ "use strict"; | ||
if (this._chrome) { | ||
this._dockerfile += dockerTemplates['chromium']; | ||
this._dockerfile += dockerTemplates['chromium'].replace('{CHROMIUM}', getDistro(this.base) === 'debian' ? 'chromium' : 'firefox'); | ||
this._readme += readmeTemplates['chromium']; | ||
@@ -166,0 +166,0 @@ } |
@@ -9,3 +9,3 @@ { | ||
"cypress": "3.4.1", | ||
"yarn": "1.17.3", | ||
"yarn": "1.19.0", | ||
"dotnet": "2.2.402", | ||
@@ -12,0 +12,0 @@ "dotnet3": "3.0.100", |
{ | ||
"name": "@devcontainer/generator", | ||
"version": "1.9.4", | ||
"version": "1.9.5", | ||
"description": "generates custorm devcontainer Dockerfiles", | ||
@@ -23,3 +23,3 @@ "files": [ | ||
"license": "MIT", | ||
"gitHead": "aa90a2ef4a710b83b4103ea4a7c0bb827b67961a" | ||
"gitHead": "09d4df7f56a84d83c9081c5d41e6373efa6a7eb6" | ||
} |
@@ -9,3 +9,3 @@ { | ||
"cypress": "3.4.1", | ||
"yarn": "1.17.3", | ||
"yarn": "1.19.0", | ||
"dotnet": "2.2.402", | ||
@@ -12,0 +12,0 @@ "dotnet3": "3.0.100", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
34969