Skip to content

Commit

Permalink
Add helpers export
Browse files Browse the repository at this point in the history
  • Loading branch information
mkszepp committed May 13, 2024
1 parent 33a7510 commit 4a67cc1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ember-can/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@
"type": "addon",
"main": "addon-main.cjs",
"app-js": {
"./helpers/can.js": "./dist/_app_/helpers/can.js",
"./helpers/cannot.js": "./dist/_app_/helpers/cannot.js",
"./services/abilities.js": "./dist/_app_/services/abilities.js",
"./services/can.js": "./dist/_app_/services/can.js",
"./utils/normalize.js": "./dist/_app_/utils/normalize.js"
Expand Down
2 changes: 1 addition & 1 deletion ember-can/rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ export default {
addon.publicEntrypoints([
'index.js',
'computed.js',
'computed.js',
'ability.ts',
'helpers/**/*.js',
'services/**/*.js',
'utils/**/*.js',
]),
Expand Down

0 comments on commit 4a67cc1

Please sign in to comment.