From ba369feef11f7289c45792a797155411a8e811be Mon Sep 17 00:00:00 2001 From: Gabriel Sambarino Date: Mon, 6 Dec 2021 09:04:43 +0100 Subject: [PATCH] Revert "0.3.6" This reverts commit f989bd155dc409e4cdd95a465ef582be92f6c808. --- package.json | 63 +++++++++++++++++++++------------------------------- 1 file changed, 25 insertions(+), 38 deletions(-) diff --git a/package.json b/package.json index 2c3e7fa..d8afebb 100644 --- a/package.json +++ b/package.json @@ -1,39 +1,26 @@ -{ - "name": "cli-table", - "description": "Pretty unicode tables for the CLI", - "version": "0.3.10-dev", - "author": "Guillermo Rauch ", - "contributors": [ - "Sonny Michaud (http://github.com/sonnym)", - "Gabriel Sambarino (http://github/chrean)" - ], - "license": "MIT", - "repository": { - "type": "git", - "url": "https://github.com/Automattic/cli-table.git" - }, - "keywords": [ - "cli", - "colors", - "table" - ], - "dependencies": { - "colors": "1.0.3", - "strip-ansi": "^6.0.1" - }, - "devDependencies": { - "eslint": "^7.23.0", - "eslint-plugin-json": "^2.1.2", - "eslint-plugin-no-async-foreach": "^0.1.1", - "expresso": "~0.9", - "hyperlinker": "^1.0.0", - "should": "~0.6" - }, - "main": "lib", - "files": [ - "lib" - ], - "scripts": { - "test": "make test" - } +{ "name": "cli-table" + , "description": "Pretty unicode tables for the CLI" + , "version": "0.3.6-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" } }