From f90579879f3adb4d3d113f42aa251f8c0671b9ca Mon Sep 17 00:00:00 2001 From: Erik Trom Date: Fri, 20 Apr 2018 10:11:34 -0700 Subject: [PATCH] changes per @rwwagner90's feedback --- package.json | 3 +-- tests/dummy/config/environment.js | 4 +++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 83f9bdc..88e13e3 100644 --- a/package.json +++ b/package.json @@ -83,6 +83,5 @@ }, "ember-addon": { "configPath": "tests/dummy/config" - }, - "optionalDependencies": {} + } } diff --git a/tests/dummy/config/environment.js b/tests/dummy/config/environment.js index 4fecbf7..0d5cb7e 100644 --- a/tests/dummy/config/environment.js +++ b/tests/dummy/config/environment.js @@ -43,7 +43,9 @@ module.exports = function(environment) { ENV.APP.autoboot = false; } - if (environment === 'production') {} // eslint-disable-line + if (environment === 'production') { + // noop block + } return ENV;