Skip to content

Commit 3b4dc41

Browse files
committed
removed unnecessary log from cli
1 parent 7469a18 commit 3b4dc41

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

bin/cli.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ program
1212
.usage('<keywords>')
1313
.parse(process.argv);
1414

15-
console.log('program.args:', program.args)
16-
1715
if (program.args.length > 0) {
1816
spawn(build(program.args[0]), { shell: true, stdio: 'inherit' });
1917
} else if (program.args.length < 1) {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-xp-app",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "react xp project generator",
55
"main": "index.js",
66
"bin": {

0 commit comments

Comments
 (0)