Skip to content

Commit

Permalink
Updated arg dependency. Now supports quoted flag values.
Browse files Browse the repository at this point in the history
  • Loading branch information
coreybutler committed Apr 26, 2020
1 parent ea9d615 commit 1333c7b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@author.io/shell",
"version": "1.3.5",
"version": "1.3.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 @@ -46,11 +46,12 @@
],
"globals": [
"window",
"global"
"global",
"globalThis"
]
},
"dependencies": {
"@author.io/arg": "^1.2.5",
"@author.io/arg": "^1.2.6",
"@author.io/table": "^1.0.1"
}
}

0 comments on commit 1333c7b

Please sign in to comment.