mirror of
https://github.com/Dahlgren/arma-server-web-admin.git
synced 2024-08-30 17:22:10 +00:00
Update to latest lodash version 4.17.10
Use Underscore for Backbone and Marionette
This commit is contained in:
parent
1ce9c3123d
commit
d157116073
@ -33,7 +33,7 @@
|
||||
"jquery": "^3.2.1",
|
||||
"jquery.iframe-transport": "^1.0.0",
|
||||
"ladda": "1.0.5",
|
||||
"lodash": "^3.6.0",
|
||||
"lodash": "^4.17.10",
|
||||
"morgan": "^1.8.1",
|
||||
"multer": "^1.3.0",
|
||||
"raw-loader": "^0.5.1",
|
||||
|
@ -21,8 +21,7 @@ module.exports = {
|
||||
app: path.join(__dirname, 'public', 'js', 'app'),
|
||||
marionette: 'backbone.marionette',
|
||||
'sweet-alert': 'sweetalert',
|
||||
tpl: path.join(__dirname, 'public', 'js', 'tpl'),
|
||||
'underscore': 'lodash'
|
||||
tpl: path.join(__dirname, 'public', 'js', 'tpl')
|
||||
}
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user