Skip to content

Commit

Permalink
Bump minimum Node version to 12.
Browse files Browse the repository at this point in the history
Breaking change: bumping version to 0.4.0-dev, too.
  • Loading branch information
Gabriel Sambarino committed Mar 28, 2021
1 parent 943d61e commit 1c8ee2d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
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"
4 changes: 2 additions & 2 deletions package.json
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)",
Expand Down Expand Up @@ -31,6 +31,6 @@
"test": "make test"
},
"engines": {
"node": ">= 0.2.0"
"node": ">= 12"
}
}

0 comments on commit 1c8ee2d

Please sign in to comment.