-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Breaking change: bumping version to 0.4.0-dev, too.
- Loading branch information
Gabriel Sambarino
committed
Mar 28, 2021
1 parent
943d61e
commit 1c8ee2d
Showing
2 changed files
with
4 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,4 @@ | ||
language: node_js | ||
node_js: | ||
- "0.6" | ||
- "0.8" | ||
- "0.10" | ||
- "0.11" | ||
|
||
- "12" | ||
- "14" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "cli-table", | ||
"description": "Pretty unicode tables for the CLI", | ||
"version": "0.3.7-dev", | ||
"version": "0.4.0-dev", | ||
"author": "Guillermo Rauch <[email protected]>", | ||
"contributors": [ | ||
"Sonny Michaud <[email protected]> (http://github.com/sonnym)", | ||
|
@@ -31,6 +31,6 @@ | |
"test": "make test" | ||
}, | ||
"engines": { | ||
"node": ">= 0.2.0" | ||
"node": ">= 12" | ||
} | ||
} |