mirror of
https://gitea.com/actions/setup-maven.git
synced 2025-11-07 02:36:20 +08:00
chore: update dependencies
This commit is contained in:
4
node_modules/underscore/modules/identity.js
generated
vendored
Normal file
4
node_modules/underscore/modules/identity.js
generated
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
// Keep the identity function around for default iteratees.
|
||||
export default function identity(value) {
|
||||
return value;
|
||||
}
|
||||
Reference in New Issue
Block a user