Skip to content

Commit f64b48d

Browse files
authored
Fix some errors/warnings from package.json (#1057)
* Fix some errors/warnings from package.json * Fix package.json export, keep empty index.js chunk
1 parent f8145f4 commit f64b48d

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55
"keywords": [
66
"ember-addon"
77
],
8-
"repository": "https://github.com/cibernox/ember-basic-dropdown",
8+
"repository": {
9+
"type": "git",
10+
"url": "git+https://github.com/cibernox/ember-basic-dropdown.git"
11+
},
912
"license": "MIT",
1013
"author": "Miguel Camba",
1114
"imports": {

rollup.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ export default [
6060
// is aligned to the config here.
6161
// See https://github.com/embroider-build/embroider/blob/main/docs/v2-faq.md#how-can-i-define-the-public-exports-of-my-addon
6262
addon.publicEntrypoints([
63+
'index.js',
6364
'config.js',
6465
'styles.js',
6566
'components/**/*.js',

src/index.ts

Whitespace-only changes.

0 commit comments

Comments
 (0)