We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0a7551 commit 2f6fc9bCopy full SHA for 2f6fc9b
lib/Inquirer.js
@@ -5,8 +5,7 @@ const promptList = [{
5
name: 'command',
6
choices: [
7
'yarn',
8
- 'npm',
9
- 'cnpm'
+ 'npm'
10
]
11
}, {
12
type: 'list',
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "rs-admin-cli",
3
- "version": "3.0.0",
+ "version": "3.0.1",
4
"description": "Command line interface for react",
"author": "zhengaojin <zhengaojin@live.cn>",
"private": false,
0 commit comments