Skip to content

Commit e99f677

Browse files
authored
Update dependencies
Updated @author.io/arg to fix boolean flag/unnamed flag conflict.
1 parent 6b6eae3 commit e99f677

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@author.io/shell",
3-
"version": "1.8.10",
3+
"version": "1.8.11",
44
"description": "A micro-framework for creating CLI-like experiences. This supports Node.js and browsers.",
55
"main": "src/index.js",
66
"scripts": {
@@ -94,7 +94,7 @@
9494
]
9595
},
9696
"devDependencies": {
97-
"@author.io/arg": "^1.3.15",
97+
"@author.io/arg": "^1.3.16",
9898
"@author.io/dev": "^1.1.5",
9999
"@author.io/table": "^1.0.3"
100100
}

0 commit comments

Comments
 (0)