Skip to content

Commit

Permalink
Some metadata cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
EMH333 committed May 19, 2024
1 parent 560d6d8 commit af68d0d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions dist/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// <reference types="svelte" />
import type { CompileOptions, Warning } from "svelte/types/compiler/interfaces";
import type { PreprocessorGroup } from "svelte/types/compiler/preprocess";
import type { Plugin } from "esbuild";
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
"name": "esbuild-svelte",
"version": "0.8.1",
"description": "esbuild plugin to resolve .svelte files",
"repository": "https://github.com/EMH333/esbuild-svelte",
"repository": {
"type": "git",
"url": "git+https://github.com/EMH333/esbuild-svelte.git"
},
"module": "dist/index.mjs",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit af68d0d

Please sign in to comment.