Skip to content

Commit

Permalink
0.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Sambarino committed Dec 6, 2021
1 parent ac19c89 commit 5f6e301
Showing 1 changed file with 1 addition and 26 deletions.
27 changes: 1 addition & 26 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,26 +1 @@
{ "name": "cli-table"
, "description": "Pretty unicode tables for the CLI"
, "version": "0.3.9-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" }
}
{"name":"cli-table","description":"Pretty unicode tables for the CLI","version":"0.3.9","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 5f6e301

Please sign in to comment.