Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
amitdahan committed Jul 11, 2023
1 parent b475566 commit 5b452f6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions packages/ngx-filesize/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,19 @@
"gigabytes",
"pipe"
],
"module": "fesm2022/ngx-filesize.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2022": "./esm2022/ngx-filesize.mjs",
"esm": "./esm2022/ngx-filesize.mjs",
"default": "./fesm2022/ngx-filesize.mjs"
}
},
"sideEffects": false,
"scripts": {
"ng": "ng",
Expand Down

0 comments on commit 5b452f6

Please sign in to comment.