We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8145f4 commit f64b48dCopy full SHA for f64b48d
package.json
@@ -5,7 +5,10 @@
5
"keywords": [
6
"ember-addon"
7
],
8
- "repository": "https://github.com/cibernox/ember-basic-dropdown",
+ "repository": {
9
+ "type": "git",
10
+ "url": "git+https://github.com/cibernox/ember-basic-dropdown.git"
11
+ },
12
"license": "MIT",
13
"author": "Miguel Camba",
14
"imports": {
rollup.config.mjs
@@ -60,6 +60,7 @@ export default [
60
// is aligned to the config here.
61
// See https://github.com/embroider-build/embroider/blob/main/docs/v2-faq.md#how-can-i-define-the-public-exports-of-my-addon
62
addon.publicEntrypoints([
63
+ 'index.js',
64
'config.js',
65
'styles.js',
66
'components/**/*.js',
src/index.ts
0 commit comments