Commit 9ade1d1 1 parent 4425ec7 commit 9ade1d1 Copy full SHA for 9ade1d1
File tree 2 files changed +5
-13
lines changed
2 files changed +5
-13
lines changed Original file line number Diff line number Diff line change @@ -11,11 +11,6 @@ module.exports = {
11
11
resolutions : {
12
12
'ember' : '~1.13.0'
13
13
}
14
- } ,
15
- npm : {
16
- devDependencies : {
17
- 'ember-native-dom-event-dispatcher' : null
18
- }
19
14
}
20
15
} ,
21
16
{
@@ -27,11 +22,6 @@ module.exports = {
27
22
resolutions : {
28
23
'ember' : 'lts-2-4'
29
24
}
30
- } ,
31
- npm : {
32
- devDependencies : {
33
- 'ember-native-dom-event-dispatcher' : null
34
- }
35
25
}
36
26
} ,
37
27
{
Original file line number Diff line number Diff line change @@ -11,9 +11,11 @@ module.exports = function(defaults) {
11
11
}
12
12
} ;
13
13
14
- if ( project . findAddonByName ( 'ember-native-dom-event-dispatcher' ) && process . env . DEPLOY_TARGET === undefined ) {
15
- options . vendorFiles = { 'jquery.js' : null } ;
16
- }
14
+ // see: http://blog.shipshape.io/ember-without-jquery/
15
+ // currently not working
16
+ // if (project.findAddonByName('ember-native-dom-event-dispatcher') && process.env.DEPLOY_TARGET === undefined) {
17
+ // options.vendorFiles = { 'jquery.js': null };
18
+ // }
17
19
18
20
let app = new EmberAddon ( defaults , options ) ;
19
21
You can’t perform that action at this time.
0 commit comments