diff --git a/.gitignore b/.gitignore index 78de23d9b..17ccbf4b5 100644 --- a/.gitignore +++ b/.gitignore @@ -63,3 +63,5 @@ css/theme.min.css css/mobile.min.css .sv? + +/vendor/ diff --git a/composer.json b/composer.json new file mode 100644 index 000000000..eea11bdd0 --- /dev/null +++ b/composer.json @@ -0,0 +1,9 @@ +{ + "name": "jcbrand/converse.js", + "description": "Browser based XMPP instant messaging client", + "type": "library", + "license": "MPL-2.0", + "minimum-stability": "stable", + "homepage": "http://conversejs.org/", + "require": {} +} diff --git a/docs/CHANGES.md b/docs/CHANGES.md index 41de28b20..84f10eb51 100755 --- a/docs/CHANGES.md +++ b/docs/CHANGES.md @@ -1,5 +1,8 @@ # Changelog +## 2.0.5 +- #755: create composer.json to add this project in packagist.org [fabiomontefuscolo] + ## 2.0.4 (2016-12-13) - #737: Bugfix. Translations weren't being applied. [jcbrand] - Fetch room info and store it on the room model.