Skip to content

Commit

Permalink
fix: expose bulkEditService in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
CompuIves committed Jul 13, 2023
1 parent 1b58274 commit cee8071
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@
"types": "./dist/service-override/notifications.d.ts",
"default": "./dist/service-override/notifications.js"
},
"./service-override/bulkEdit": {
"types": "./dist/service-override/bulkEdit.d.ts",
"default": "./dist/service-override/bulkEdit.js"
},
"./service-override/dialogs": {
"types": "./dist/service-override/dialogs.d.ts",
"default": "./dist/service-override/dialogs.js"
Expand Down

0 comments on commit cee8071

Please sign in to comment.