Update to Ember 3.8.0

This commit is contained in:
2019-03-26 21:52:23 +01:00
parent 64997d74e9
commit b16bb2d93a
10 changed files with 7484 additions and 2116 deletions
+5 -1
View File
@@ -25,10 +25,14 @@ module.exports = {
// node files
{
files: [
'.eslintrc.js',
'.template-lintrc.js',
'ember-cli-build.js',
'testem.js',
'blueprints/*/index.js',
'config/**/*.js',
'lib/*/index.js'
'lib/*/index.js',
'server/**/*.js'
],
parserOptions: {
sourceType: 'script',