Skip to content

Commit 51694ca

Browse files
committed
fix: point to correct bundle file
1 parent 35afb0c commit 51694ca

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
@@ -8,7 +8,7 @@
88
"url": "https://github.com/evolkmann/ngx-material-data-table"
99
},
1010
"license": "MIT",
11-
"main": "dist/ngx-material-data-table/esm2022/ngx-material-data-table.mjs",
11+
"main": "dist/ngx-material-data-table/fesm2022/ngx-material-data-table.mjs",
1212
"typings": "dist/ngx-material-data-table/index.d.ts",
1313
"scripts": {
1414
"prestart": "ng build --project ngx-material-data-table",

0 commit comments

Comments
 (0)