Skip to content

Commit

Permalink
Fix missing addon main file
Browse files Browse the repository at this point in the history
  • Loading branch information
mkszepp committed Sep 20, 2024
1 parent bdb02d9 commit 11b78ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,9 @@
"edition": "octane"
},
"ember-addon": {
"main": "addon-main.js",
"type": "addon",
"version": 2,
"type": "addon",
"main": "addon-main.cjs",
"demoURL": "https://ember-sortable.netlify.app/",
"app-js": {
"./modifiers/sortable-group.js": "./dist/_app_/modifiers/sortable-group.js",
Expand Down

0 comments on commit 11b78ab

Please sign in to comment.