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",