Skip to content

Commit 4fe4e5d

Browse files
committed
build: lost dist folder in npm for CDN
1 parent 0fbe1f4 commit 4fe4e5d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
"pretest": "clinton && npm run lint"
2626
},
2727
"files": [
28-
"lib/"
28+
"lib/",
29+
"dist/"
2930
],
3031
"keywords": [
3132
"card",

0 commit comments

Comments
 (0)