mirror of
https://gh-proxy.org/https://github.com/softprops/action-gh-release.git
synced 2026-07-24 20:33:04 +08:00
remove node_modules
This commit is contained in:
-9
@@ -1,9 +0,0 @@
|
||||
export function lowercaseKeys(object) {
|
||||
if (!object) {
|
||||
return {};
|
||||
}
|
||||
return Object.keys(object).reduce((newObj, key) => {
|
||||
newObj[key.toLowerCase()] = object[key];
|
||||
return newObj;
|
||||
}, {});
|
||||
}
|
||||
Reference in New Issue
Block a user