Skip to content

Commit 85d7b04

Browse files
committed
Fix some errors/warnings from package.json
1 parent f8145f4 commit 85d7b04

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,16 @@
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": {
1215
"#src/*": "./src/*"
1316
},
1417
"exports": {
15-
".": {
16-
"types": "./declarations/index.d.ts",
17-
"default": "./dist/index.js"
18-
},
1918
"./addon-main.js": "./addon-main.cjs",
2019
"./*": {
2120
"types": "./declarations/*.d.ts",

0 commit comments

Comments
 (0)