Skip to content

Commit

Permalink
Add repository field to package.json
Browse files Browse the repository at this point in the history
It took me forever to locate this repo, since https://www.npmjs.org/package/cli-table doesn't point to it. Republishing the `npm` module will ensure that people can find the repo from the `npm` module.
  • Loading branch information
ljharb committed Aug 31, 2014
1 parent db9f235 commit dc5e45a
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 @@ -3,6 +3,10 @@
, "version": "0.3.0"
, "author": "Guillermo Rauch <[email protected]>"
, "contributors": ["Sonny Michaud <[email protected]> (http://github.com/sonnym)"]
, "repository": {
"type": "git",
"url": "https://github.com/Automattic/cli-table.git"
}
, "keywords": ["cli", "colors", "table"]
, "dependencies": {
"colors": "0.6.2"
Expand Down

0 comments on commit dc5e45a

Please sign in to comment.