diff --git a/README.md b/README.md index 40f8b139d9..56d1bf9bcb 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ To install the frontend please do the following: - Make sure you have installed [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) - Make sure you have installed [Node.js](https://nodejs.org/en/download/). Versions after 0.10.0 should work, but please note if you encounter errors using 5.x it may be necessary to upgrade your npm version. Versions after 3.5.x should work: 1. `npm install -g npm` -- Install [ember-cli v1.13.13](https://www.npmjs.org/package/ember-cli): `npm install -g ember-cli@1.13.13` +- Install [ember-cli v1.13.14](https://www.npmjs.org/package/ember-cli): `npm install -g ember-cli@1.13.14` - Install [bower](https://www.npmjs.org/package/bower): `npm install -g bower` - Clone this repo with `git clone https://github.com/HospitalRun/hospitalrun-frontend`, go to the cloned folder and: 1. `npm install` to install needed node modules. @@ -64,3 +64,11 @@ test('visiting /patients', function(assert) { Contributing ------------ Contributions are welcome via pull requests and issues. Please see our [contributing guide](https://github.com/hospitalrun/hospitalrun-frontend/blob/master/CONTRIBUTING.md) for more details. + +## Further Reading / Useful Links + +* [ember.js](http://emberjs.com/) +* [ember-cli](http://www.ember-cli.com/) +* Development Browser Extensions + * [ember inspector for chrome](https://chrome.google.com/webstore/detail/ember-inspector/bmdblncegkenkacieihfhpjfppoconhi) + * [ember inspector for firefox](https://addons.mozilla.org/en-US/firefox/addon/ember-inspector/) diff --git a/package.json b/package.json index 2fe852d28d..1769d0405e 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "broccoli-funnel": "^1.0.1", "broccoli-manifest": "0.0.7", "broccoli-merge-trees": "^1.0.0", - "ember-cli": "1.13.13", + "ember-cli": "1.13.14", "ember-cli-active-link-wrapper": "0.0.4", "ember-cli-app-version": "^1.0.0", "ember-cli-babel": "^5.1.5",