s/npm install remark/npm install remark-cli

This commit is contained in:
mcarton 2016-06-13 12:09:14 +02:00
parent a55a960b9e
commit b8746901bd
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ install:
- . $HOME/.nvm/nvm.sh
- nvm install stable
- nvm use stable
- npm install remark remark-lint
- npm install remark-cli remark-lint
script:
- set -e