We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b6eae3 commit e99f677Copy full SHA for e99f677
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@author.io/shell",
3
- "version": "1.8.10",
+ "version": "1.8.11",
4
"description": "A micro-framework for creating CLI-like experiences. This supports Node.js and browsers.",
5
"main": "src/index.js",
6
"scripts": {
@@ -94,7 +94,7 @@
94
]
95
},
96
"devDependencies": {
97
- "@author.io/arg": "^1.3.15",
+ "@author.io/arg": "^1.3.16",
98
"@author.io/dev": "^1.1.5",
99
"@author.io/table": "^1.0.3"
100
}
0 commit comments