Skip to content

Commit

Permalink
fix(*): fix files glob
Browse files Browse the repository at this point in the history
Signed-off-by: Will Soto <[email protected]>
  • Loading branch information
willsoto committed Jan 13, 2019
1 parent 6033f8b commit 8e87ea9
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 @@ -51,7 +51,7 @@
"zone.js": "~0.8.27"
},
"files": [
"./**/.{js,ts,json,map}"
"**/*.{js,ts,json,map}"
],
"homepage": "https://github.com/willsoto/ng-chartist",
"husky": {
Expand Down

0 comments on commit 8e87ea9

Please sign in to comment.