Skip to content

Commit

Permalink
web: Fix incorrect module path
Browse files Browse the repository at this point in the history
  • Loading branch information
laymonage committed Jul 23, 2022
1 parent 70a1842 commit 38b1e64
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"name": "giscus",
"version": "1.1.0",
"type": "module",
"main": "dist/giscus.es.js",
"module": "dist/giscus.es.js",
"main": "dist/giscus.js",
"module": "dist/giscus.js",
"exports": {
".": {
"types": "./types/giscus.d.ts",
"import": "./dist/giscus.es.js"
"import": "./dist/giscus.js"
}
},
"types": "types/giscus.d.ts",
Expand Down

0 comments on commit 38b1e64

Please sign in to comment.