diff --git a/cli-table-0.3.11-dev.tgz b/cli-table-0.3.11-dev.tgz new file mode 100644 index 0000000..9ccf05f Binary files /dev/null and b/cli-table-0.3.11-dev.tgz differ diff --git a/package.json b/package.json index 58595c5..cd04712 100644 --- a/package.json +++ b/package.json @@ -3,13 +3,19 @@ "description": "Pretty unicode tables for the CLI", "version": "0.3.11-dev", "author": "Guillermo Rauch ", - "contributors": ["Sonny Michaud (http://github.com/sonnym)"], + "contributors": [ + "Sonny Michaud (http://github.com/sonnym)" + ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/Automattic/cli-table.git" }, - "keywords": ["cli", "colors", "table"], + "keywords": [ + "cli", + "colors", + "table" + ], "dependencies": { "colors": "1.0.3" }, @@ -18,12 +24,17 @@ "should": "~0.6" }, "main": "lib", - "files": ["lib"], + "files": [ + "lib" + ], "scripts": { "test": "make test" }, "engines": { "node": ">= 0.2.0" + }, + "homepage": "https://github.com/Automattic/cli-table", + "bugs": { + "url": "https://github.com/Automattic/cli-table/issues" } } -