Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Aug 30, 2023
1 parent b8339f4 commit 3426325
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion Target/Index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import type { AstroIntegration } from "astro";
import type { Option } from "./Option/Index.js";
declare const _default: (Options?: Option) => AstroIntegration;
export default _default;
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
"prepublishOnly": "TypeScriptESBuild 'Source/**/*.ts'"
},
"dependencies": {
"files-pipe": "2.0.17"
"files-pipe": "2.0.18"
},
"devDependencies": {
"astro": "2.10.14",
"typescript-esbuild": "0.1.14"
"astro": "3.0.0",
"typescript-esbuild": "0.1.15"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 3426325

Please sign in to comment.