From ffd45397b69622f5b1144ba75dff7e29808d3019 Mon Sep 17 00:00:00 2001 From: Szymon Nowak Date: Sat, 21 Feb 2015 23:14:14 +0100 Subject: [PATCH] Update ember-cli to 0.2.0 beta --- .jshintrc | 1 - app/templates/application.hbs | 4 ++-- bower.json | 11 +++++------ config/environment.js | 7 ++++++- package.json | 20 ++++++++++++++------ testem.json | 2 +- tests/.jshintrc | 1 + tests/index.html | 16 ---------------- tests/test-helper.js | 6 ------ 9 files changed, 29 insertions(+), 39 deletions(-) diff --git a/.jshintrc b/.jshintrc index 749105c..b11af91 100644 --- a/.jshintrc +++ b/.jshintrc @@ -16,7 +16,6 @@ "laxbreak": false, "newcap": true, "noarg": true, - "node": true, "noempty": false, "nonew": false, "nomen": false, diff --git a/app/templates/application.hbs b/app/templates/application.hbs index 6002a7b..e631888 100644 --- a/app/templates/application.hbs +++ b/app/templates/application.hbs @@ -29,10 +29,10 @@ {{outlet}} -{{outlet modal}} +{{outlet "modal"}}