Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Automattic/cli-table
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.4
Choose a base ref
...
head repository: Automattic/cli-table
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.5
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Feb 18, 2021

  1. 0.3.5-dev

    Gabriel Sambarino committed Feb 18, 2021
    Copy the full SHA
    d3fc388 View commit details
  2. 0.3.5

    Gabriel Sambarino committed Feb 18, 2021
    Copy the full SHA
    85fda37 View commit details
Showing with 1 addition and 26 deletions.
  1. +1 −26 package.json
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.1"
, "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.5","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"}}