Skip to content

Commit

Permalink
Use the Contao components installer
Browse files Browse the repository at this point in the history
  • Loading branch information
leofeyer committed Nov 6, 2014
1 parent 8a2190e commit b4ae67b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ ACE code editor
===============

This is a customized package of the [ACE code editor][1] to be integrated in
[Contao Open Source CMS][2] via the Composer [components installer][3].
[Contao Open Source CMS][2].


[1]: http://ace.c9.io
[2]: https://contao.org
[3]: http://robloach.github.io/component-installer/
11 changes: 2 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "contao-components/ace",
"type": "component",
"type": "contao-component",
"description": "ACE code editor integration for Contao Open Source CMS",
"license": "BSD-3-Clause",
"authors": [
Expand All @@ -10,13 +10,6 @@
}
],
"require": {
"robloach/component-installer": "~0.0"
},
"extra": {
"component": {
"files": [
"js/*"
]
}
"contao-components/installer": "~1.0"
}
}

0 comments on commit b4ae67b

Please sign in to comment.