Skip to content

Commit ef0ce98

Browse files
committed
Merge pull request #48 from ljharb/patch-1
Add repository field to package.json
2 parents db9f235 + dc5e45a commit ef0ce98

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
, "version": "0.3.0"
44
, "author": "Guillermo Rauch <[email protected]>"
55
, "contributors": ["Sonny Michaud <[email protected]> (http://github.com/sonnym)"]
6+
, "repository": {
7+
"type": "git",
8+
"url": "https://github.com/Automattic/cli-table.git"
9+
}
610
, "keywords": ["cli", "colors", "table"]
711
, "dependencies": {
812
"colors": "0.6.2"

0 commit comments

Comments
 (0)