Skip to content

Commit

Permalink
Fix 'main' path to file
Browse files Browse the repository at this point in the history
  • Loading branch information
mkszepp authored Sep 26, 2024
1 parent d99a7f7 commit 3cca983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"default": "./dist/index.js"
}
},
"main": "dist/index.js",
"main": "./dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/ember-cli/ember-load-initializers.git"
Expand Down

0 comments on commit 3cca983

Please sign in to comment.