We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7469a18 commit 3b4dc41Copy full SHA for 3b4dc41
2 files changed
bin/cli.js
@@ -12,8 +12,6 @@ program
12
.usage('<keywords>')
13
.parse(process.argv);
14
15
-console.log('program.args:', program.args)
16
-
17
if (program.args.length > 0) {
18
spawn(build(program.args[0]), { shell: true, stdio: 'inherit' });
19
} else if (program.args.length < 1) {
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "create-xp-app",
3
- "version": "0.3.0",
+ "version": "0.3.1",
4
"description": "react xp project generator",
5
"main": "index.js",
6
"bin": {
0 commit comments