Skip to content

Commit 924311d

Browse files
committed
fix proto for urls
1 parent bfb23bc commit 924311d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"repository" : {
1414
"type" : "git",
15-
"url" : "https//github.com/benjaminws/stomp-js.git"
15+
"url" : "https://github.com/benjaminws/stomp-js.git"
1616
},
1717
"directories" : {
1818
"doc": "./doc",
@@ -21,6 +21,6 @@
2121
},
2222
"licenses" : [{
2323
"type" : "BSD",
24-
"url" : "http://github.com/benjaminws/stomp-js/raw/master/LICENSE"
24+
"url" : "https://github.com/benjaminws/stomp-js/raw/master/LICENSE"
2525
}]
2626
}

0 commit comments

Comments
 (0)