Skip to content

Commit 7a2075a

Browse files
authored
fix(close #5): missing dist files in npm package (#10)
1 parent b1bf21d commit 7a2075a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"main": "index.js",
1111
"typings": "index.d.ts",
1212
"files": [
13-
"dist"
13+
"dist/*"
1414
],
1515
"scripts": {
1616
"clean": "rm -rf dist",

0 commit comments

Comments
 (0)