From 7735c853ce88164620b851ec24fc4fa1b9b2e2ff Mon Sep 17 00:00:00 2001 From: Pete Cooper Date: Tue, 11 Mar 2014 18:11:43 +0000 Subject: [PATCH] Update to ace package.json Switch the repo to the correct one for future reference. Hat tip: @ubergeek42 - https://github.com/cdnjs/cdnjs/issues/2804 --- ajax/libs/ace/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ajax/libs/ace/package.json b/ajax/libs/ace/package.json index 13ab7529a..d94d12df7 100644 --- a/ajax/libs/ace/package.json +++ b/ajax/libs/ace/package.json @@ -16,7 +16,7 @@ "repositories": [ { "type": "git", - "url": "https://github.com/ajaxorg/ace/" + "url": "https://github.com/ajaxorg/ace-builds/" } ] }