Infer platform from extension

Summary: public
Aparently this used to work on 0.11, lets fix it :)

Reviewed By: foghina

Differential Revision: D2557719

fb-gh-sync-id: dcbca077431c1356c89dfc55b71eecff64c7ad3d
This commit is contained in:
Martín Bigio
2015-10-27 17:44:59 -07:00
committed by facebook-github-bot-6
parent 72c55c525b
commit 44af0d3dec
2 changed files with 14 additions and 2 deletions

View File

@@ -18,7 +18,6 @@ module.exports = [
command: 'platform',
description: 'Either "ios" or "android"',
type: 'string',
required: true,
}, {
command: 'transformer',
description: 'Specify a custom transformer to be used (absolute path)',