Skip to content

Commit

Permalink
Revert change to Brocfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
poteto committed Jun 1, 2015
1 parent 210aa34 commit f6ef04b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Brocfile.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* jshint node: true */
/* global require, module */

const EmberAddon = require('ember-cli/lib/broccoli/ember-addon');
var EmberAddon = require('ember-cli/lib/broccoli/ember-addon');

/*
This Brocfile specifes the options for the dummy test app of this
Expand All @@ -11,6 +11,6 @@ const EmberAddon = require('ember-cli/lib/broccoli/ember-addon');
behave. You most likely want to be modifying `./index.js` or app's Brocfile
*/

const app = new EmberAddon();
var app = new EmberAddon();

module.exports = app.toTree();

0 comments on commit f6ef04b

Please sign in to comment.