Skip to content

Commit

Permalink
Merge pull request #122 from rwjblue/add-ember-cli
Browse files Browse the repository at this point in the history
Add ember-cli for ease of use.
  • Loading branch information
rwjblue committed Jan 31, 2015
2 parents bd0c0f5 + d4fe3ae commit 33921e3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
],
"dependencies": {
"ember": "^1.7.0",
"ember-test-helpers": "^0.2.0"
"ember-test-helpers": "^0.3.0"
},
"devDependencies": {
"qunit": "^1.15.0",
Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"description": "QUnit helpers for testing Ember.js applications",
"main": "lib/ember-qunit.js",
"scripts": {
"build": "rm -rf build && BROCCOLI_ENV=test broccoli build build",
"build": "ember build",
"prepublish": "bower install",
"pretest": "npm run-script build",
"pretest": "ember build",
"test": "testem ci",
"start": "BROCCOLI_ENV=test broccoli serve"
"start": "ember serve"
},
"authors": [
"Stefan Penner",
Expand All @@ -26,6 +26,7 @@
"broccoli-merge-trees": "^0.1.4",
"broccoli-sourcemap-concat": "^0.4.3",
"broccoli-string-replace": "0.0.2",
"ember-cli": "^0.1.12",
"git-repo-info": "^1.0.2",
"testem": "0.6.22"
}
Expand Down

0 comments on commit 33921e3

Please sign in to comment.