[react-packager] transformModulePath option is not actually required

This commit is contained in:
Amjad Masad 2015-02-27 10:23:54 -08:00
parent d740d17d42
commit 887cb9ff71
3 changed files with 3 additions and 3 deletions

View File

@ -40,7 +40,7 @@ var validateOpts = declareOpts({
}, },
transformModulePath: { transformModulePath: {
type:'string', type:'string',
required: true, required: false,
}, },
nonPersistent: { nonPersistent: {
type: 'boolean', type: 'boolean',

View File

@ -42,7 +42,7 @@ var validateOpts = declareOpts({
}, },
transformModulePath: { transformModulePath: {
type:'string', type:'string',
required: true, required: false,
}, },
nonPersistent: { nonPersistent: {
type: 'boolean', type: 'boolean',

View File

@ -40,7 +40,7 @@ var validateOpts = declareOpts({
}, },
transformModulePath: { transformModulePath: {
type:'string', type:'string',
required: true, required: false,
}, },
nonPersistent: { nonPersistent: {
type: 'boolean', type: 'boolean',