updated cli args and help screen

This commit is contained in:
2023-02-09 17:24:40 -06:00
parent 806a82baae
commit 7e67128abe
12 changed files with 435 additions and 206 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "browser-scripts-builder",
"version": "1.1.2",
"version": "1.1.3",
"description": "",
"main": "./lib/main.js",
"module": "./lib/main.js",
@@ -20,14 +20,14 @@
"license": "ISC",
"dependencies": {
"command-line-args": "^5.2.1",
"esbuild": "^0.14.42",
"typescript": "^4.7.3",
"prettier": "^2.6.2"
"esbuild": "^0.14.54",
"prettier": "^2.8.4",
"typescript": "^4.9.5"
},
"devDependencies": {
"@types/command-line-args": "^5.2.0",
"@types/node": "^17.0.40",
"@types/prettier": "^2.6.3",
"eslint": "^8.17.0"
"@types/node": "^17.0.45",
"@types/prettier": "^2.7.2",
"eslint": "^8.33.0"
}
}