cli: argument fix

This commit is contained in:
Koushik Dutta
2021-09-23 18:22:20 -07:00
parent 5639fbf66f
commit ab40eb43ed
2 changed files with 4 additions and 3 deletions

4
cli/package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "scrypted",
"version": "1.0.18",
"version": "1.0.20",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "scrypted",
"version": "1.0.18",
"version": "1.0.20",
"license": "ISC",
"dependencies": {
"@scrypted/sdk": "^0.0.79",

View File

@@ -1,12 +1,13 @@
{
"name": "scrypted",
"version": "1.0.18",
"version": "1.0.20",
"description": "",
"main": "dist/main.js",
"bin": {
"scrypted": "dist/main.js"
},
"scripts": {
"prepublishOnly": "npm run build",
"build": "tsc",
"start": "node dist/main.js"
},