Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
Merge pull request #258 from HospitalRun/greenkeeper-ember-cli-1.13.14
Browse files Browse the repository at this point in the history
Update ember-cli to version 1.13.14 🚀
  • Loading branch information
jkleinsc committed Jan 15, 2016
2 parents 7c0ef1b + 65ee653 commit 93b9c0f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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/)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 93b9c0f

Please # to comment.