Skip to content
This repository has been archived by the owner on Nov 14, 2018. It is now read-only.

Commit

Permalink
Include the readme in NPM.
Browse files Browse the repository at this point in the history
  • Loading branch information
espadrine committed Jan 19, 2014
1 parent d0c8cdf commit 91f607d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "gh-badges",
"version": "0.2.2",
"version": "0.2.3",
"description": "GitHub badges implemented in SVG.",
"keywords": ["GitHub", "badge", "SVG", "image"],
"homepage": "http://b.adge.me",
Expand Down Expand Up @@ -34,11 +34,12 @@
"bin": { "badge": "./gh-badge.js" },
"files": [
"badge.js",
"README.md",
"gh-badge.js",
"template.svg",
"svg-to-img.js",
"colorscheme.json",
"phantomjs-svg2png.js",
"template.svg"
"phantomjs-svg2png.js"
],
"engines": { "node": "0.10.x" }
}

0 comments on commit 91f607d

Please sign in to comment.