Skip to content

Commit

Permalink
refactor: use object shorthand in targets exports
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Jun 20, 2019
1 parent cf7c725 commit 5f09eb5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/targets.js
Expand Up @@ -93,12 +93,12 @@ module.exports = {

return archs
},
createPlatformArchPairs: createPlatformArchPairs,
officialArchs: officialArchs,
officialPlatformArchCombos: officialPlatformArchCombos,
officialPlatforms: officialPlatforms,
osModules: osModules,
supported: supported,
createPlatformArchPairs,
officialArchs,
officialPlatformArchCombos,
officialPlatforms,
osModules,
supported,
// Validates list of architectures or platforms.
// Returns a normalized array if successful, or throws an Error.
validateListFromOptions: function validateListFromOptions (opts, name) {
Expand Down

0 comments on commit 5f09eb5

Please sign in to comment.