Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Apr 3, 2024
1 parent f7677a5 commit 8dc3f44
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 9 deletions.
6 changes: 3 additions & 3 deletions Configuration/ESBuild.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ export default {
});
},
},
(await import("@playform/copy")).copy({
resolveFrom: "out",
assets: [
(await import("@playform/copy")).default({
Resolve: "out",
Asset: [
{
from: "./Source/Stylesheet/Theme.css",
to: "./Stylesheet/",
Expand Down
2 changes: 1 addition & 1 deletion Source/Interface/Build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @module Build
*
*/
export default interface Type {
export default interface Interface {
/**
* Represents a function that processes file patterns.
*
Expand Down
2 changes: 1 addition & 1 deletion Source/Interface/Exec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @module Exec
*
*/
export default interface Type {
export default interface Interface {
/**
* The 'Exec' function is an asynchronous function that executes a command and logs the
* stdout and stderr of the child process.
Expand Down
2 changes: 1 addition & 1 deletion Source/Interface/JSON.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @module JSON
*
*/
export default interface Type {
export default interface Interface {
/**
* The function 'JSON' is a TypeScript function that reads a JSON file and returns its
* parsed content.
Expand Down
2 changes: 1 addition & 1 deletion Source/Interface/Load.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @module Load
*
*/
export default interface Type {
export default interface Interface {
/**
* The `Load` function is responsible for loading a plugin into the TypeDoc instance.
*
Expand Down
2 changes: 1 addition & 1 deletion Source/Interface/Mapping.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Used by DefaultTheme to map reflections to output files.
*
*/
export default interface Type {
export default interface Interface {
/**
* DeclarationReflection.kind this rule applies to.
*/
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,11 @@
},
"devDependencies": {
"@playform/build": "0.0.2",
"@playform/copy": "2.1.1",
"ts-node": "10.9.2"
},
"peerDependencies": {
"@playform/copy": "0.0.1"
},
"publishConfig": {
"access": "public"
}
Expand Down

0 comments on commit 8dc3f44

Please sign in to comment.