Skip to content

Commit 73f9f17

Browse files
authored
use https for homepage (#5721)
1 parent 5acea6d commit 73f9f17

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
@@ -2,7 +2,7 @@
22
"name": "ace-code",
33
"description": "Ajax.org Code Editor is a full featured source code highlighting editor that powers the Cloud9 IDE",
44
"version": "1.37.5",
5-
"homepage": "http://github.com/ajaxorg/ace",
5+
"homepage": "https://github.com/ajaxorg/ace",
66
"engines": {
77
"node": ">= 0.6.0"
88
},
@@ -11,7 +11,7 @@
1111
"typings": "ace.d.ts",
1212
"repository": {
1313
"type": "git",
14-
"url": "http://github.com/ajaxorg/ace.git"
14+
"url": "https://github.com/ajaxorg/ace.git"
1515
},
1616
"devDependencies": {
1717
"amd-loader": "~0.0.4",

0 commit comments

Comments
 (0)