Skip to content

Commit

Permalink
Dependency version bump (fixed arg regression).
Browse files Browse the repository at this point in the history
  • Loading branch information
coreybutler committed May 5, 2020
1 parent 52c913e commit 351bc46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@author.io/shell",
"version": "1.5.5",
"version": "1.5.6",
"description": "A micro-framework for creating CLI-like experiences. This supports Node.js and browsers.",
"main": "src/index.js",
"scripts": {
Expand Down Expand Up @@ -52,7 +52,7 @@
]
},
"dependencies": {
"@author.io/arg": "^1.3.1",
"@author.io/arg": "^1.3.2",
"@author.io/table": "^1.0.2"
}
}

0 comments on commit 351bc46

Please sign in to comment.