Skip to content

Commit

Permalink
docs: add some more package.json metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanbraun committed Sep 15, 2018
1 parent 480c5cc commit c1a06cf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,15 @@
"name": "@sparkbox/commit-colors",
"version": "1.0.0",
"description": "See a lovely color swatch in your terminal every time you author a commit. The hexadecimal color comes from the first six characters in your commit hash.",
"repository": "https://github.com/sparkbox/commit-colors",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Bryan Braun <[email protected]>",
"contributors": [
"Rob Tarr <[email protected]>"
],
"license": "MIT",
"bin": {
"commit-colors": "./index.js"
Expand Down

0 comments on commit c1a06cf

Please sign in to comment.