mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-05 18:34:39 +03:00
Merge pull request #6152 from kevinansfield/cleanup-dependency
Remove unused `ember-resize` dependency
This commit is contained in:
commit
84c8149f6a
@ -70,8 +70,8 @@ module.exports = function (defaults) {
|
||||
app.import('bower_components/blueimp-md5/js/md5.js');
|
||||
|
||||
if (app.env === 'test') {
|
||||
app.import('bower_components/jquery.simulate.drag-sortable/jquery.simulate.drag-sortable.js');
|
||||
app.import('bower_components/jquery-deparam/jquery-deparam.js');
|
||||
app.import(app.bowerDirectory + '/jquery.simulate.drag-sortable/jquery.simulate.drag-sortable.js', {type: 'test'});
|
||||
app.import(app.bowerDirectory + '/jquery-deparam/jquery-deparam.js', {type: 'test'});
|
||||
}
|
||||
|
||||
// 'dem Styles
|
||||
|
@ -42,7 +42,6 @@
|
||||
"ember-disable-proxy-controllers": "1.0.1",
|
||||
"ember-export-application-global": "1.0.5",
|
||||
"ember-myth": "0.1.1",
|
||||
"ember-resize": "0.0.10",
|
||||
"ember-resolver": "2.0.3",
|
||||
"ember-simple-auth": "1.0.0",
|
||||
"ember-sinon": "0.3.0",
|
||||
|
Loading…
Reference in New Issue
Block a user