Skip to content

Commit

Permalink
chore: change pull.npmClient to pull.npm-client
Browse files Browse the repository at this point in the history
BREAKING CHANGE: pull.npmClient in cli change to pull.npm-client
  • Loading branch information
imcuttle committed Oct 22, 2018
1 parent fab3586 commit a9db6ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/edam-cli/bin/edam.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const flags = [
default: null
},
{
name: 'pull.npmClient',
name: 'pull.npm-client',
type: 'string',
desc:
'Appoints to the command when installing package form npmjs.com. [npm|yarn]',
Expand Down Expand Up @@ -174,7 +174,7 @@ ${generateFlagHelp(flags, ' ')}
extends: flags.extends,
plugins: flags.plugins,
pull: {
npmClient: flags.pull['npmClient'],
npmClient: flags.pull['npm-client'],
git: flags.pull['git']
},
yes: flags.yes,
Expand Down
1 change: 1 addition & 0 deletions packages/edam-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"update-notifier": "^2.4.0"
},
"scripts": {
"prepublishOnly": "jest",
"postinstall": "node postInstall.js"
},
"bin": {
Expand Down

0 comments on commit a9db6ed

Please sign in to comment.