Skip to content

Commit

Permalink
2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Unitech committed Jun 15, 2020
1 parent b48d710 commit a367ed7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cli-tableau",
"description": "Pretty unicode tables for the CLI",
"version": "2.0.0",
"version": "2.0.1",
"engines": {
"node": ">=8.10.0"
},
Expand Down Expand Up @@ -31,11 +31,11 @@
"table"
],
"dependencies": {
"chalk": "3.0.0",
"mocha": "^7.1.1"
"chalk": "3.0.0"
},
"devDependencies": {
"should": "~0.6"
"should": "~0.6",
"mocha": "^7.1.1"
},
"main": "lib",
"files": [
Expand Down

0 comments on commit a367ed7

Please sign in to comment.