@devcontainer/generator
Advanced tools
Comparing version 0.0.11 to 0.0.12
@@ -15,3 +15,3 @@ "use strict"; | ||
this._nodeVesion = ''; | ||
this.loadTemplate = async (filename) => await fs_1.promises.readFile(`./templates/${filename}.Dockerfile`); | ||
this.loadTemplate = async (filename) => await fs_1.promises.readFile(`${__dirname}/../templates/${filename}.Dockerfile`); | ||
} | ||
@@ -18,0 +18,0 @@ ; |
{ | ||
"name": "@devcontainer/generator", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"description": "generates custorm devcontainer Dockerfiles", | ||
"files": [ | ||
"lib/**/*" | ||
"lib/**/*", | ||
"templates/*" | ||
], | ||
"main": "lib/index.js", | ||
"scripts": { | ||
@@ -19,3 +21,3 @@ "build": "yarn tsc" | ||
"license": "MIT", | ||
"gitHead": "c3f2518e9f31983e40ba9179d7fa8141617bd64a" | ||
"gitHead": "136d621750ba7caed99a079825a7ec829bf804ef" | ||
} |
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
9275
9
52