Skip to content

Commit 8ce4273

Browse files
authored
Fix uppercase in repository.url (#449)
* Remove .git from repository.url * Fix repository URL casing in package.json
1 parent 1197be9 commit 8ce4273

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.git"
24+
"url": "https://github.com/microsoft/BotFramework-DirectLineJS.git"
2525
},
2626
"author": "Microsoft Corporation",
2727
"license": "MIT",

0 commit comments

Comments
 (0)