Skip to content

Commit

Permalink
use https for homepage (#5721)
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-hands authored Jan 27, 2025
1 parent 5acea6d commit 73f9f17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ace-code",
"description": "Ajax.org Code Editor is a full featured source code highlighting editor that powers the Cloud9 IDE",
"version": "1.37.5",
"homepage": "http://github.com/ajaxorg/ace",
"homepage": "https://github.com/ajaxorg/ace",
"engines": {
"node": ">= 0.6.0"
},
Expand All @@ -11,7 +11,7 @@
"typings": "ace.d.ts",
"repository": {
"type": "git",
"url": "http://github.com/ajaxorg/ace.git"
"url": "https://github.com/ajaxorg/ace.git"
},
"devDependencies": {
"amd-loader": "~0.0.4",
Expand Down

0 comments on commit 73f9f17

Please sign in to comment.