Skip to content

Commit e0ac7ac

Browse files
rodrigograca31agnivade
authored andcommitted
chore: 🤖 dependencies upgrade
had to fix 1 line on lib/platform.js
1 parent f66cb4b commit e0ac7ac

File tree

3 files changed

+12853
-1097
lines changed

3 files changed

+12853
-1097
lines changed

‎lib/platform.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const folders = {
1212

1313
// Check if the platform is there in the list of platforms or not
1414
function isSupported(platform) {
15-
return folders.hasOwnProperty(platform);
15+
return Object.prototype.hasOwnProperty.call(folders, platform);
1616
}
1717

1818
// If the platform given in config is present, return that.

0 commit comments

Comments
 (0)