Skip to content

Commit 1197be9

Browse files
authored
Remove git+ from repository.url (#448)
Provenance requires https:// than git+https://. We are removing git+ so provenance will work automatically.
1 parent caae400 commit 1197be9

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": "git+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)