Skip to content

Commit

Permalink
Only show "npm install..." if package is not marked as private.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nils Knappmeier committed Jan 12, 2016
1 parent f9b117e commit 327adcb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions handlebars/partials/installation.md.hbs
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{{#unless package.private}}
# Installation

```
npm install {{#if package.preferGlobal}}-g {{/if}}{{package.name}}
```
{{/unless}}

0 comments on commit 327adcb

Please sign in to comment.