Skip to content

Commit

Permalink
svelte: Fix incorrect types path
Browse files Browse the repository at this point in the history
Fixes #1340.
  • Loading branch information
laymonage committed Jul 1, 2023
1 parent e3613a2 commit ef2ac60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "@giscus/svelte",
"version": "2.2.8",
"types": "./index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/giscus/giscus-component.git",
Expand Down Expand Up @@ -61,5 +60,6 @@
"files": [
"package"
],
"svelte": "./package/index.js"
"svelte": "./package/index.js",
"types": "./package/index.d.ts"
}

0 comments on commit ef2ac60

Please sign in to comment.