Skip to content

Commit

Permalink
chore: 패키지 매니저 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
CheeseB committed Apr 23, 2024
1 parent ab41c55 commit e718805
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
{
"name": "ggf-ui",
"version": "0.1.6",
"description": "ggf design system library",
"private": false,
"type": "module",
"main": "dist/index.js",
"main": "dist/index.umd.cjs",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"browser": "./browser/specific/main.js",
"author": "GGF",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.umd.cjs"
}
},
"files": [
"dist"
],
Expand Down

0 comments on commit e718805

Please sign in to comment.