@rr0/cms 0.1.18 → 0.1.19

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/RR0Build.js +1 -1
  2. package/package.json +1 -1
package/dist/RR0Build.js CHANGED
@@ -188,7 +188,7 @@ export class RR0Build {
188
188
  replacements: [new HtAccessToNetlifyConfigReplaceCommand(baseUrl)],
189
189
  roots: [".htaccess"],
190
190
  getOutputPath(_context) {
191
- return path.join(this.outDir, "netlify.toml");
191
+ return path.join(outDir, "netlify.toml");
192
192
  }
193
193
  };
194
194
  const contentRoots = this.contentRoots;
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@rr0/cms",
3
3
  "type": "module",
4
4
  "author": "Jérôme Beau <rr0@rr0.org> (https://rr0.org)",
5
- "version": "0.1.18",
5
+ "version": "0.1.19",
6
6
  "description": "RR0 Content Management System (CMS)",
7
7
  "exports": "./dist/index.js",
8
8
  "types": "./dist/index.d.ts",