Skip to content
This repository has been archived by the owner on Jun 7, 2019. It is now read-only.

Commit

Permalink
Add missing quotes in ember-cli-page-object
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbejar committed Feb 2, 2018
1 parent 5d6cd6b commit 63cb138
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ var EmberApp = require('ember-cli/lib/broccoli/ember-app');

module.exports = function(defaults) {
var app = new EmberApp(defaults, {
ember-cli-babel: {
'ember-cli-babel': {
includePolyfill: true
}
});
Expand Down

0 comments on commit 63cb138

Please sign in to comment.