Skip to content

Commit

Permalink
Revert "0.3.6"
Browse files Browse the repository at this point in the history
This reverts commit f989bd1.
  • Loading branch information
Gabriel Sambarino committed Dec 6, 2021
1 parent 99caf7b commit ba369fe
Showing 1 changed file with 25 additions and 38 deletions.
63 changes: 25 additions & 38 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,39 +1,26 @@
{
"name": "cli-table",
"description": "Pretty unicode tables for the CLI",
"version": "0.3.10-dev",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"contributors": [
"Sonny Michaud <michaud.sonny@gmail.com> (http://github.com/sonnym)",
"Gabriel Sambarino <gabriel.sambarino@gmail.com> (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 <guillermo@learnboost.com>"
, "contributors": ["Sonny Michaud <michaud.sonny@gmail.com> (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" }
}

0 comments on commit ba369fe

Please sign in to comment.