Skip to content

Commit bf35bd8

Browse files
committed
fix: add dynamic star props type
1 parent 69406b6 commit bf35bd8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-dynamic-star",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Single component to generate dynamic star svg",
55
"main": "./dist/rds.umd.js",
66
"module": "./dist/rds.es.js",

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default defineConfig((env) => ({
1212
plugins: [
1313
react(),
1414
dts({
15-
include: ["lib/main.tsx"],
15+
include: ["lib/main.tsx", "lib/types"],
1616
beforeWriteFile: (filePath, content) => ({
1717
filePath: filePath.replace(/(\/|\\)lib/, "").replace("main", "rds"),
1818
content,

0 commit comments

Comments
 (0)