move underscore to its old place and remove unnecessary packages (#4876)

This commit is contained in:
webzwo0i 2021-02-27 06:10:53 +01:00 committed by GitHub
parent c0ec28f781
commit 15dba7d886
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 7 additions and 17 deletions

View file

@ -72,7 +72,7 @@
, "vendors/jquery.js"
, "rjquery.js"
, "$async.js"
, "vendors/underscore.js"
, "underscore.js"
, "$underscore.js"
, "$underscore/underscore.js"
, "security.js"
@ -82,6 +82,4 @@
, "pluginfw/shared.js"
, "pluginfw/hooks.js"
]
, "jquery.js": ["jquery.js"]
, "underscore.js": ["underscore.js"]
}