create-devc
Advanced tools
Comparing version 0.2.1 to 0.3.0
@@ -49,3 +49,3 @@ "use strict"; | ||
const result = yield (0, util_js_1.runCommand)(command); | ||
return result.split('\n').filter((id) => id); | ||
return result.split('\n').filter(Boolean); | ||
}); | ||
@@ -52,0 +52,0 @@ } |
@@ -79,3 +79,3 @@ "use strict"; | ||
if (extensions.length > 0) { | ||
newData.json = newData.json.replace(`"extensions": [],`, `"extensions": [${extensions.map((ex) => `"${ex}"`).join(', ')}],`); | ||
newData.json = newData.json.replace(`"extensions": []`, `"extensions": [${extensions.map((ex) => `"${ex}"`).join(', ')}]`); | ||
} | ||
@@ -82,0 +82,0 @@ if (postCreateCommand.length > 0) { |
{ | ||
"name": "create-devc", | ||
"version": "0.2.1", | ||
"version": "0.3.0", | ||
"description": "Quickly add .devcontainer configuration to any JavaScript project, and more!", | ||
@@ -50,4 +50,4 @@ "bin": { | ||
"dependencies": { | ||
"@angular-devkit/core": "^13.1.2", | ||
"@angular-devkit/schematics": "^13.1.2", | ||
"@angular-devkit/core": "^14.0.3", | ||
"@angular-devkit/schematics": "^14.0.3", | ||
"chalk": "^4.1.2", | ||
@@ -65,3 +65,3 @@ "debug": "^4.3.3", | ||
"typescript": "^4.6.2", | ||
"xo": "^0.48.0" | ||
"xo": "^0.50.0" | ||
}, | ||
@@ -68,0 +68,0 @@ "engines": { |
@@ -1,3 +0,2 @@ | ||
// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at: | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.205.2/containers/javascript-node | ||
// For format details, see https://aka.ms/devcontainer.json. | ||
{ | ||
@@ -13,8 +12,11 @@ "name": "Node.js", | ||
// Set *default* container specific settings.json values on container create. | ||
"settings": {}, | ||
// Configure tool-specific properties. | ||
"customizations": { | ||
// Configure properties specific to VS Code. | ||
"vscode": { | ||
// Add the IDs of extensions you want installed when the container is created. | ||
"extensions": [] | ||
} | ||
}, | ||
// Add the IDs of extensions you want installed when the container is created. | ||
"extensions": [], | ||
// Use 'forwardPorts' to make a list of ports inside the container available locally. | ||
@@ -21,0 +23,0 @@ "forwardPorts": [], |
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2034
132642
+ Added@angular-devkit/core@14.2.13(transitive)
+ Added@angular-devkit/schematics@14.2.13(transitive)
+ Addedajv@8.11.0(transitive)
+ Addedjsonc-parser@3.1.0(transitive)
+ Addedmagic-string@0.26.2(transitive)
+ Addedsource-map@0.7.4(transitive)
- Removed@angular-devkit/core@13.3.11(transitive)
- Removed@angular-devkit/schematics@13.3.11(transitive)
- Removedajv@8.9.0(transitive)
- Removedfast-json-stable-stringify@2.1.0(transitive)
- Removedjsonc-parser@3.0.0(transitive)
- Removedmagic-string@0.25.7(transitive)
- Removedsource-map@0.7.3(transitive)
Updated@angular-devkit/core@^14.0.3