@meistrari/mise-en-place 2.4.7 → 2.4.8

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/dist/cli/cli.mjs +1 -1
  2. package/package.json +1 -1
package/dist/cli/cli.mjs CHANGED
@@ -107,7 +107,7 @@ function handleMakefileInitialSetup() {
107
107
  return;
108
108
  }
109
109
  console.log("No Makefile found. Generating one that includes mise-en-place Makefile.");
110
- writeFileSync("Makefile", "include ./node_modules/@meistrari/mise-en-place/Makefile\n");
110
+ writeFileSync("Makefile", "-include ./node_modules/@meistrari/mise-en-place/Makefile\n");
111
111
  execSync("make mise-en-place", { stdio: "inherit" });
112
112
  }
113
113
  function updateMeistrariLibraries(packageManagerOverride) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meistrari/mise-en-place",
3
- "version": "2.4.7",
3
+ "version": "2.4.8",
4
4
  "description": "",
5
5
  "repository": {
6
6
  "type": "git",