Skip to content

Commit c0b23f1

Browse files
committed
clean up
1 parent 5c5fe17 commit c0b23f1

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

web/common/package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,7 @@
5252
},
5353
"./styles/*": "./dist/styles/*",
5454
"./design/*": "./dist/styles/design/*",
55-
"./configs/*": "./dist/configs/*",
56-
"./tailwind.base.config.js": "./dist/configs/tailwind.base.config.js",
57-
"./styles/tailwind.min.css": "./dist/styles/tailwind.min.css"
55+
"./configs/*": "./dist/configs/*"
5856
},
5957
"files": [
6058
"/dist"
@@ -92,4 +90,4 @@
9290
},
9391
"type": "module",
9492
"types": "dist/index.d.ts"
95-
}
93+
}

0 commit comments

Comments
 (0)