Skip to content

Commit

Permalink
feat: support cnpm when initialize
Browse files Browse the repository at this point in the history
  • Loading branch information
cpselvis committed Feb 12, 2020
1 parent bc707cf commit 6095912
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/feflow-cli/src/core/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,10 @@ export default class Feflow {
name: 'tnpm',
installed: isInstalled('tnpm')
},
{
name: 'cnpm',
installed: isInstalled('cnpm')
},
{
name: 'yarn',
installed: isInstalled('yarn')
Expand Down

0 comments on commit 6095912

Please sign in to comment.