Skip to content

Commit f90ec45

Browse files
authored
Fix repository URL casing in package.json
1 parent 2e6c905 commit f90ec45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"repository": {
2323
"type": "git",
24-
"url": "https://github.com/Microsoft/BotFramework-DirectLineJS"
24+
"url": "https://github.com/microsoft/BotFramework-DirectLineJS.git"
2525
},
2626
"author": "Microsoft Corporation",
2727
"license": "MIT",

0 commit comments

Comments
 (0)