Skip to content

Commit

Permalink
Use npm-badge from shields.io
Browse files Browse the repository at this point in the history
Better support for scoped packages
  • Loading branch information
nknapp authored Jun 30, 2017
1 parent e092609 commit 6e2f575
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions handlebars/partials/badge/npm.md.hbs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{{~#unless package.private~}}
[![NPM version](https://badge.fury.io/js/{{package.name}}.svg)](http://badge.fury.io/js/{{package.name}})
{{/unless~}}
[![NPM version](https://img.shields.io/npm/v/{{package.name}}.svg)](https://npmjs.com/package/{{package.name}})
{{/unless~}}

0 comments on commit 6e2f575

Please sign in to comment.