Skip to content

Commit a0d09db

Browse files
authored
Merge pull request #475 from upfluence/oc/VEL-4498
Added fix for jquery-integration depreciation
2 parents b87da67 + 406ddec commit a0d09db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/ember-try.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ module.exports = async function () {
5050
name: 'ember-default-with-jquery',
5151
env: {
5252
EMBER_OPTIONAL_FEATURES: JSON.stringify({
53-
'jquery-integration': true
53+
'jquery-integration': false
5454
})
5555
},
5656
npm: {

0 commit comments

Comments
 (0)