Skip to content

Commit

Permalink
fix: Check in packagejson changes
Browse files Browse the repository at this point in the history
Co-authored-by: nicole chung <[email protected]>
  • Loading branch information
ynotdraw and nicolechung committed Feb 10, 2023
1 parent 6455e63 commit 4dd5d32
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion ember-toucan-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,13 @@
"type": "addon",
"main": "addon-main.cjs",
"app-js": {
"./components/button.js": "./dist/_app_/components/button.js"
"./components/button.js": "./dist/_app_/components/button.js",
"./components/form/control.js": "./dist/_app_/components/form/control.js",
"./components/form/error.js": "./dist/_app_/components/form/error.js",
"./components/form/field.js": "./dist/_app_/components/form/field.js",
"./components/form/hint.js": "./dist/_app_/components/form/hint.js",
"./components/form/label.js": "./dist/_app_/components/form/label.js",
"./components/form/wrapper.js": "./dist/_app_/components/form/wrapper.js"
}
},
"exports": {
Expand Down

0 comments on commit 4dd5d32

Please sign in to comment.