Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Nov 2, 2024
1 parent aebbf21 commit c850639
Show file tree
Hide file tree
Showing 23 changed files with 5,818 additions and 26 deletions.
1 change: 0 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ CODE_OF_CONDUCT.md
CONTRIBUTING.md
docs/
Source/
Target/Example/
Configuration/
Configuration.ts
Configuration.js
2 changes: 1 addition & 1 deletion Configuration.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ export default (await import("./Target/Function/Merge.js")).default((await impor
return "";
},
},
Path: new Map([["./Source/Example/Input", "./Source/Example/Output"]]),
Path: new Map([["./Example/Input", "./Example/Output"]]),
File: "**/*.ts",
});
2 changes: 1 addition & 1 deletion Configuration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default (await import("./Target/Function/Merge.js")).default(
return "";
},
},
Path: new Map([["./Source/Example/Input", "./Source/Example/Output"]]),
Path: new Map([["./Example/Input", "./Example/Output"]]),
File: "**/*.ts",
} satisfies Interface,
);
File renamed without changes.
Loading

0 comments on commit c850639

Please sign in to comment.