From 1fbb80591185e61846b0620414863a1335ff5b83 Mon Sep 17 00:00:00 2001 From: Gabriel Sambarino Date: Mon, 6 Dec 2021 09:57:11 +0100 Subject: [PATCH] 0.3.10 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 710779f..56a31c9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cli-table", - "version": "0.3.9", + "version": "0.3.10", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "cli-table", - "version": "0.3.9", + "version": "0.3.10", "license": "MIT", "dependencies": { "colors": "1.0.3", diff --git a/package.json b/package.json index f71ad96..764e8c9 100644 --- a/package.json +++ b/package.json @@ -1 +1 @@ -{"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 +{"name":"cli-table","description":"Pretty unicode tables for the CLI","version":"0.3.10","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