Skip to content

Commit 826a9f0

Browse files
committed
chore: 🔧 package.json export 추가
1 parent 0369069 commit 826a9f0

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

‎package.json‎

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919
"import": "./dist/base/index.js",
2020
"types": "./dist/base/index.d.ts"
2121
},
22+
"./better-tailwindcss": {
23+
"import": "./dist/better-tailwindcss/index.js",
24+
"types": "./dist/better-tailwindcss/index.d.ts"
25+
},
2226
"./import": {
2327
"import": "./dist/import/index.js",
2428
"types": "./dist/import/index.d.ts"
@@ -94,4 +98,4 @@
9498
"eslint-plugin-unused-imports": "*",
9599
"typescript-eslint": "*"
96100
}
97-
}
101+
}

0 commit comments

Comments
 (0)