From 73f9f1726f69b6e1fe26c41e1c1a7cab78129718 Mon Sep 17 00:00:00 2001 From: phil-hands <64984191+phil-hands@users.noreply.github.com> Date: Mon, 27 Jan 2025 11:10:23 +0100 Subject: [PATCH] use https for homepage (#5721) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 827703b87d..033a8bbfe3 100644 --- a/package.json +++ b/package.json @@ -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" }, @@ -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",