ralphie 1.1.0 → 1.1.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/dist/cli.js +1 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -32,7 +32,7 @@ import { fileURLToPath } from "url";
32
32
  var __filename2 = fileURLToPath(import.meta.url);
33
33
  var __dirname2 = dirname(__filename2);
34
34
  function getTemplatesDir() {
35
- return join(__dirname2, "..", "..", "templates");
35
+ return join(__dirname2, "..", "templates");
36
36
  }
37
37
  function copyRecursive(src, dest, created, skipped) {
38
38
  const entries = readdirSync(src);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ralphie",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "Autonomous AI coding loops - let AI build your project task by task",
5
5
  "author": "Skylar Barrera",
6
6
  "license": "MIT",