Skip to content

Commit

Permalink
chore: @modern-kit/types package.json 수정 (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssi02014 authored Apr 21, 2024
1 parent 9e9f7ab commit 3c1670c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .changeset/itchy-boats-melt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@modern-kit/types': patch
---

chore: package.json
6 changes: 1 addition & 5 deletions packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,10 @@
"description": "modern-kit/types",
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.js",
"import": "./dist/index.mjs"
"types": "./dist/index.d.ts"
},
"./package.json": "./package.json"
},
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
Expand Down

0 comments on commit 3c1670c

Please sign in to comment.