Skip to content

Commit

Permalink
Merge pull request #147 from adobe/deprecate-ie
Browse files Browse the repository at this point in the history
Deprecate ie
  • Loading branch information
brenthosie committed Jun 22, 2022
2 parents ef50134 + 76355da commit 70293bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 16 deletions.
15 changes: 1 addition & 14 deletions karma.conf.js
Expand Up @@ -16,8 +16,6 @@ if (process.env.CI) {
')';

defaultBrowsers = [
'SL_IE10',
'SL_IE11',
'SL_EDGE',
'SL_CHROME',
'SL_FIREFOX',
Expand Down Expand Up @@ -95,16 +93,6 @@ module.exports = function(config) {
platform: 'macOS 10.13',
version: 'latest'
},
SL_IE10: {
base: 'SauceLabs',
browserName: 'internet explorer',
version: '10'
},
SL_IE11: {
base: 'SauceLabs',
browserName: 'internet explorer',
version: '11'
},
SL_EDGE: {
base: 'SauceLabs',
browserName: 'MicrosoftEdge',
Expand Down Expand Up @@ -189,8 +177,7 @@ module.exports = function(config) {
},
module: {
rules: rules
},
target: ['web', 'es5']
}
},
webpackServer: {
debug: false,
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "@adobe/reactor-turbine",
"version": "27.2.2",
"version": "27.3.0",
"description": "Launch rule engine which processes rules on client websites and delegates logic to extensions.",
"license": "Apache-2.0",
"scripts": {
Expand Down Expand Up @@ -73,6 +73,6 @@
]
},
"engines": {
"node": ">=12.13.0"
"node": ">=v14.19.3"
}
}

0 comments on commit 70293bc

Please sign in to comment.