Skip to content

Commit 406ddec

Browse files
committed
fix: added fix for jquery-integration depreciation
1 parent 34c82e0 commit 406ddec

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)