Skip to content

Commit 818e8e2

Browse files
authored
fix(dropdowns): add repository to package
1 parent 30fa87a commit 818e8e2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

controls/dropdowns/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,13 @@
5555
"ej2-multiselect",
5656
"ej2-combobox"
5757
],
58+
"repository": {
59+
"type": "git",
60+
"url": "https://github.com/syncfusion/ej2-javascript-ui-controls"
61+
},
5862
"scripts": {
5963
"build": "gulp build",
6064
"test": "gulp test"
6165
},
6266
"typings": "index.d.ts"
63-
}
67+
}

0 commit comments

Comments
 (0)