@jsenv/cli 0.2.0 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/jsenv_cli.js +1 -1
  2. package/package.json +1 -1
package/jsenv_cli.js CHANGED
@@ -301,7 +301,7 @@ write_files: {
301
301
  );
302
302
  continue;
303
303
  }
304
- let templateFileContent = String(readFileSync(toUrl));
304
+ let templateFileContent = String(readFileSync(fromUrl));
305
305
  if (isWebAndHaveRootHtmlFile) {
306
306
  if (directoryEntryName === ".eslintrc.cjs") {
307
307
  templateFileContent = templateFileContent.replaceAll(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jsenv/cli",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Command Line Interface for jsenv",
5
5
  "license": "MIT",
6
6
  "repository": {