Skip to content

Commit 65b55db

Browse files
authored
fix: add missing css types to package.json files (#2712)
fix: add missing css types Signed-off-by: Max Nowack <[email protected]>
1 parent 3910315 commit 65b55db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176
"dist",
177177
"src/style.css",
178178
"src/style.module.css",
179-
"src/style.css.d.ts",
179+
"src/style.module.css.d.ts",
180180
"jalali.js",
181181
"jalali.d.ts",
182182
"persian.js",

0 commit comments

Comments
 (0)