Skip to content

Commit 2f6fc9b

Browse files
author
郑傲今
committed
fix: Delete the loose stuff
1 parent d0a7551 commit 2f6fc9b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

lib/Inquirer.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ const promptList = [{
55
name: 'command',
66
choices: [
77
'yarn',
8-
'npm',
9-
'cnpm'
8+
'npm'
109
]
1110
}, {
1211
type: 'list',

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rs-admin-cli",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Command line interface for react",
55
"author": "zhengaojin <zhengaojin@live.cn>",
66
"private": false,

0 commit comments

Comments
 (0)