Skip to content

Commit

Permalink
Fix issuerelated to ciena-frost/ember-frost-core#488
Browse files Browse the repository at this point in the history
  • Loading branch information
notmessenger committed Aug 11, 2017
1 parent b00295e commit 4b16942
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions ember-cli-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ module.exports = function (defaults) {
babel: {
optional: ['es7.decorators']
},
'ember-cli-babel': {
includePolyfill: true
},
'ember-cli-mocha': {
useLintTree: false
},
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
"ember-browserify": "~1.1.9",
"ember-cli": "2.12.3",
"ember-cli-chai": "0.3.2",
"ember-cli-code-coverage": "0.3.5",
"ember-cli-code-coverage": "^0.3.6",
"ember-cli-dependency-checker": "^1.3.0",
"ember-cli-frost-blueprints": "1.2.1",
"ember-cli-htmlbars-inline-precompile": "^0.3.6",
"ember-cli-htmlbars-inline-precompile": "0.3.12",
"ember-cli-import-polyfill": "0.2.0",
"ember-cli-inject-live-reload": "^1.4.1",
"ember-cli-mocha": "0.13.2",
Expand Down

0 comments on commit 4b16942

Please sign in to comment.