Skip to content

Commit 92ee223

Browse files
authored
fix: remove dist in npm pacakge (#947)
1 parent c0d53d4 commit 92ee223

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@
2424
"files": [
2525
"assets/*.css",
2626
"lib",
27-
"es",
28-
"dist"
27+
"es"
2928
],
3029
"license": "MIT",
3130
"main": "./lib/index",

0 commit comments

Comments
 (0)