Skip to content

Commit

Permalink
Auto merge of #106 - DockYard:update-ember-cli, r=poteto
Browse files Browse the repository at this point in the history
Update ember-cli to 2.4.2

None
  • Loading branch information
homu committed Mar 7, 2016
2 parents e94f2ad + f277d7f commit 075b2d5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .npmignore
Expand Up @@ -13,4 +13,4 @@
.travis.yml
bower.json
ember-cli-build.js
testem.json
testem.js
2 changes: 1 addition & 1 deletion bower.json
@@ -1,7 +1,7 @@
{
"name": "ember-composable-helpers",
"dependencies": {
"ember": "~2.3.1",
"ember": "~2.4.1",
"ember-cli-shims": "0.1.0",
"ember-cli-test-loader": "0.2.2",
"ember-qunit-notifications": "0.1.0"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -27,15 +27,15 @@
"broccoli-asset-rev": "^2.2.0",
"chai": "^3.5.0",
"ember-ajax": "0.7.1",
"ember-cli": "2.3.0",
"ember-cli": "2.4.2",
"ember-cli-app-version": "^1.0.0",
"ember-cli-dependency-checker": "^1.2.0",
"ember-cli-htmlbars": "^1.0.1",
"ember-cli-htmlbars-inline-precompile": "^0.3.1",
"ember-cli-inject-live-reload": "^1.3.1",
"ember-cli-qunit": "^1.2.1",
"ember-cli-release": "0.2.8",
"ember-cli-sri": "^2.0.0",
"ember-cli-sri": "^2.1.0",
"ember-cli-uglify": "^1.2.0",
"ember-disable-prototype-extensions": "^1.1.0",
"ember-disable-proxy-controllers": "^1.0.1",
Expand Down
5 changes: 3 additions & 2 deletions testem.json → testem.js
@@ -1,4 +1,5 @@
{
/*jshint node:true*/
module.exports = {
"framework": "qunit",
"test_page": "tests/index.html?hidepassed",
"disable_watching": true,
Expand All @@ -8,4 +9,4 @@
"launch_in_dev": [
"Chrome"
]
}
};

0 comments on commit 075b2d5

Please sign in to comment.