Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request #99 from Turbo87/patch-1
Browse files Browse the repository at this point in the history
Remove "ember-mocha" bower dependency
  • Loading branch information
rwjblue committed Feb 11, 2016
2 parents 58688ce + 1719e57 commit 61a3001
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion blueprints/ember-cli-mocha/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ module.exports = {
{ name: 'mocha', source: 'mocha', target: '~2.2.4' },
{ name: 'chai', source: 'chai', target: '~2.3.0' },
{ name: 'ember-mocha-adapter', source: 'ember-mocha-adapter', target: '~0.3.1' },
{ name: 'ember-mocha', source: 'ember-mocha', target: '~0.8.8' },
{ name: 'ember-cli-test-loader', source: 'ember-cli-test-loader', target: '0.2.2' }
]).then(function() {
if ('removePackageFromProject' in addonContext) {
Expand Down

0 comments on commit 61a3001

Please sign in to comment.