diff --git a/package.json b/package.json index 1bf82619..5478c13b 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,10 @@ "keywords": [ "ember-addon" ], - "repository": "https://github.com/cibernox/ember-basic-dropdown", + "repository": { + "type": "git", + "url": "git+https://github.com/cibernox/ember-basic-dropdown.git" + }, "license": "MIT", "author": "Miguel Camba", "imports": { diff --git a/rollup.config.mjs b/rollup.config.mjs index 447c649d..18180ff1 100644 --- a/rollup.config.mjs +++ b/rollup.config.mjs @@ -60,6 +60,7 @@ export default [ // is aligned to the config here. // See https://github.com/embroider-build/embroider/blob/main/docs/v2-faq.md#how-can-i-define-the-public-exports-of-my-addon addon.publicEntrypoints([ + 'index.js', 'config.js', 'styles.js', 'components/**/*.js', diff --git a/src/index.ts b/src/index.ts new file mode 100644 index 00000000..e69de29b