Skip to content

Commit ba75ea4

Browse files
committed
Cleanup
1 parent 1ec6065 commit ba75ea4

File tree

3 files changed

+2
-24
lines changed

3 files changed

+2
-24
lines changed

command.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ ${emoji.get('arrow_right')} To get started type \`cd ./${name}\``);
5656
command: '--namespace <namespace>',
5757
description: '(Windows only!) The namespace for the Windows module\n' +
5858
' (Default: The package identifier as PascalCase, which is `Com.Reactlibrary`)',
59+
default: 'Com.Reactlibrary',
5960
}, {
6061
command: '--platforms <platforms>',
6162
description: 'Platforms the library will be created for. (comma separated; default: `ios,android,windows`)',

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@
5555
"rnpm": {
5656
"plugin": "./command.js"
5757
}
58-
}
58+
}

scripts/publish.js

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)