mirror of
https://gitea.com/actions/setup-maven.git
synced 2025-11-09 02:56:20 +08:00
chore: update dependencies
This commit is contained in:
12
node_modules/underscore/amd/index-default.js
generated
vendored
Normal file
12
node_modules/underscore/amd/index-default.js
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
define(['./index', './mixin'], function (index, mixin) {
|
||||
|
||||
// Default Export
|
||||
|
||||
// Add all of the Underscore functions to the wrapper object.
|
||||
var _ = mixin(index);
|
||||
// Legacy Node.js API.
|
||||
_._ = _;
|
||||
|
||||
return _;
|
||||
|
||||
});
|
||||
Reference in New Issue
Block a user