From 44e9d4a2f575443d72b0585faf5e3e76a8ac589a Mon Sep 17 00:00:00 2001 From: guybedford Date: Sat, 23 Aug 2014 19:59:34 -0700 Subject: [PATCH] add ace --- .../github/ajaxorg/ace-builds@1.1.6.json | 12 ++++++++++++ registry.json | 1 + 2 files changed, 13 insertions(+) create mode 100644 package-overrides/github/ajaxorg/ace-builds@1.1.6.json diff --git a/package-overrides/github/ajaxorg/ace-builds@1.1.6.json b/package-overrides/github/ajaxorg/ace-builds@1.1.6.json new file mode 100644 index 0000000..2ab03db --- /dev/null +++ b/package-overrides/github/ajaxorg/ace-builds@1.1.6.json @@ -0,0 +1,12 @@ +{ + "main": "ace", + "format": "global", + "directories": { + "lib": "src" + }, + "shim": { + "ace": { + "exports": "ace" + } + } +} \ No newline at end of file diff --git a/registry.json b/registry.json index aff0641..6f7b2f4 100644 --- a/registry.json +++ b/registry.json @@ -6,6 +6,7 @@ "font": "github:guybedford/system-font", "md": "github:guybedford/system-md", + "ace": "github:ajaxorg/ace-builds", "angular": "github:angular/bower-angular", "angular-mocks": "github:angular/bower-angular-mocks", "angularFire": "github:firebase/angularFire",