From 5f6e30128349f4a84b271ff7f85d71c3518d856f Mon Sep 17 00:00:00 2001 From: Gabriel Sambarino Date: Mon, 6 Dec 2021 09:50:42 +0100 Subject: [PATCH] 0.3.9 --- package.json | 27 +-------------------------- 1 file changed, 1 insertion(+), 26 deletions(-) diff --git a/package.json b/package.json index e945730..f71ad96 100644 --- a/package.json +++ b/package.json @@ -1,26 +1 @@ -{ "name": "cli-table" - , "description": "Pretty unicode tables for the CLI" - , "version": "0.3.9-dev" - , "author": "Guillermo Rauch " - , "contributors": ["Sonny Michaud (http://github.com/sonnym)"] - , "repository": { - "type": "git", - "url": "https://github.com/Automattic/cli-table.git" - } - , "keywords": ["cli", "colors", "table"] - , "dependencies": { - "colors": "1.0.3" - } - , "devDependencies": { - "expresso": "~0.9" - , "should": "~0.6" - } - , "main": "lib" - , "files": [ - "lib" - ] - , "scripts": { - "test": "make test" - } - , "engines": { "node": ">= 0.2.0" } -} +{"name":"cli-table","description":"Pretty unicode tables for the CLI","version":"0.3.9","author":"Guillermo Rauch ","contributors":["Sonny Michaud (http://github.com/sonnym)"],"repository":{"type":"git","url":"https://github.com/Automattic/cli-table.git"},"keywords":["cli","colors","table"],"dependencies":{"colors":"1.0.3"},"devDependencies":{"expresso":"~0.9","should":"~0.6"},"main":"lib","files":["lib"],"scripts":{"test":"make test"},"engines":{"node":">= 0.2.0"}} \ No newline at end of file