Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Jan 6, 2025
1 parent 5ebacc0 commit baf053b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Target/Interface/Integration.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ import type Option from "../Interface/Option.js";
*
*/
export default interface Interface {
(Option: Option): AstroIntegration;
(Option?: Option): AstroIntegration;
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@
"prepublishOnly": "Build 'Source/**/*.ts'"
},
"dependencies": {
"@playform/pipe": "0.1.1",
"@playform/pipe": "0.1.2",
"astro": "*",
"critters": "0.0.25",
"deepmerge-ts": "7.1.3"
},
"devDependencies": {
"@playform/build": "0.2.0"
"@playform/build": "0.2.1"
},
"publishConfig": {
"access": "public",
Expand Down

0 comments on commit baf053b

Please sign in to comment.