Skip to content

Commit

Permalink
fix(close #5): missing dist files in npm package (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
phatpham9 authored Mar 21, 2020
1 parent b1bf21d commit 7a2075a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"main": "index.js",
"typings": "index.d.ts",
"files": [
"dist"
"dist/*"
],
"scripts": {
"clean": "rm -rf dist",
Expand Down

0 comments on commit 7a2075a

Please sign in to comment.