Skip to content

Commit

Permalink
Drop debug handler polyfill
Browse files Browse the repository at this point in the history
This dependency is only requires for Ember versions through 2.1, however
on master support for pre-2.12 has been dropped.

Fixes #113
  • Loading branch information
mixonic committed May 27, 2021
1 parent 832ba48 commit be97b88
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
3 changes: 0 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,10 @@ module.exports = {
var app = this.app || this._findHost();

if (this._shouldInclude()) {
app.import('vendor/ember-debug-handlers-polyfill/debug.js');
app.import(
'vendor/ember-cli-deprecation-workflow/deprecation-workflow.js'
);
app.import('vendor/ember-cli-deprecation-workflow/main.js');
} else {
app.import('vendor/ember-debug-handlers-polyfill/prod.js');
}
},

Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@
"broccoli-funnel": "^3.0.3",
"broccoli-merge-trees": "^4.2.0",
"broccoli-plugin": "^4.0.5",
"ember-cli-htmlbars": "^5.3.2",
"ember-debug-handlers-polyfill": "^1.1.1"
"ember-cli-htmlbars": "^5.3.2"
},
"devDependencies": {
"@ember/optional-features": "^2.0.0",
Expand Down
4 changes: 0 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5539,10 +5539,6 @@ ember-compatibility-helpers@^1.1.2:
ember-cli-version-checker "^5.1.1"
semver "^5.4.1"

ember-debug-handlers-polyfill@^1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/ember-debug-handlers-polyfill/-/ember-debug-handlers-polyfill-1.1.1.tgz#e9ae0a720271a834221179202367421b580002ef"

ember-disable-prototype-extensions@^1.1.3:
version "1.1.3"
resolved "https://registry.yarnpkg.com/ember-disable-prototype-extensions/-/ember-disable-prototype-extensions-1.1.3.tgz#1969135217654b5e278f9fe2d9d4e49b5720329e"
Expand Down

0 comments on commit be97b88

Please sign in to comment.