Skip to content

Commit

Permalink
fix: include mjs files when publishing
Browse files Browse the repository at this point in the history
Closes #960

Signed-off-by: Will Soto <[email protected]>
  • Loading branch information
willsoto committed Nov 16, 2021
1 parent e8fad7b commit 024b879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/ng-chartist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"license": "Apache-2.0",
"author": "Will Soto",
"files": [
"**/*.{js,ts,json,map}"
"**/*.{js,mjs,ts,json,map}"
],
"dependencies": {
"tslib": "^2.3.0"
Expand Down

0 comments on commit 024b879

Please sign in to comment.