We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8145f4 commit 85d7b04Copy full SHA for 85d7b04
1 file changed
package.json
@@ -5,17 +5,16 @@
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": {
15
"#src/*": "./src/*"
16
},
17
"exports": {
- ".": {
- "types": "./declarations/index.d.ts",
- "default": "./dist/index.js"
18
- },
19
"./addon-main.js": "./addon-main.cjs",
20
"./*": {
21
"types": "./declarations/*.d.ts",
0 commit comments