Skip to content

Commit

Permalink
fix(typeahead): fixed exports of typeahead lib (#6402)
Browse files Browse the repository at this point in the history
  • Loading branch information
SvetlanaMuravlova authored Jan 11, 2022
1 parent 8b4caf3 commit fbe749c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/root/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -193,12 +193,12 @@
"default": "./tooltip/fesm2020/ngx-bootstrap-tooltip.mjs"
},
"./typeahead": {
"types": "./ngx-bootstrap-typeahead.d.ts",
"esm2020": "./esm2020/ngx-bootstrap-typeahead.mjs",
"es2020": "./fesm2020/ngx-bootstrap-typeahead.mjs",
"es2015": "./fesm2015/ngx-bootstrap-typeahead.mjs",
"node": "./fesm2015/ngx-bootstrap-typeahead.mjs",
"default": "./fesm2020/ngx-bootstrap-typeahead.mjs"
"types": "./typeahead/ngx-bootstrap-typeahead.d.ts",
"esm2020": "./typeahead/esm2020/ngx-bootstrap-typeahead.mjs",
"es2020": "./typeahead/fesm2020/ngx-bootstrap-typeahead.mjs",
"es2015": "./typeahead/fesm2015/ngx-bootstrap-typeahead.mjs",
"node": "./typeahead/fesm2015/ngx-bootstrap-typeahead.mjs",
"default": "./typeahead/fesm2020/ngx-bootstrap-typeahead.mjs"
},
"./utils": {
"types": "./utils/ngx-bootstrap-utils.d.ts",
Expand Down

0 comments on commit fbe749c

Please sign in to comment.