Skip to content

Commit

Permalink
Updated dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
coreybutler committed Feb 10, 2020
1 parent 9c975e2 commit f5e8d92
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.0.11",
"version": "1.0.12",
"description": "A micro-framework for creating CLI-like experiences. This supports Node.js and browsers.",
"main": "src/index.js",
"scripts": {
Expand Down Expand Up @@ -50,6 +50,6 @@
]
},
"dependencies": {
"@author.io/arg": "^1.2.0"
"@author.io/arg": "^1.2.1"
}
}

0 comments on commit f5e8d92

Please sign in to comment.