From c50bf1948bafa8cb479c84a5ee082910bf63692b Mon Sep 17 00:00:00 2001 From: Perry Mitchell Date: Wed, 13 Dec 2023 21:28:23 +0200 Subject: [PATCH] Update readme, remove type library --- README.md | 3 ++- package-lock.json | 13 ------------- package.json | 1 - 3 files changed, 2 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 4fb1d1ff..6e28e2ac 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,8 @@ The following arguments can be provided to Buttercup, but are all optional. | Argument | Description | |-----------------------|---------------------------------------| -| `--no-window` | Disables the automatic opening of the main window upon launch. Useful for when Buttercup is automatically started at boot time. | +| `--autostart` | Flag passed to Buttercup when launched automatically by the OS. | +| `--hidden` | Disables the automatic opening of the main window upon launch. | ### App config diff --git a/package-lock.json b/package-lock.json index 24226d42..254d201b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -52,7 +52,6 @@ "@blueprintjs/select": "^4.9.24", "@buttercup/ui": "^6.3.0", "@hookstate/core": "^3.0.13", - "@types/auto-launch": "^5.0.5", "@types/express": "^4.17.20", "@types/jest": "^29.5.7", "@types/node": "^20.8.10", @@ -3690,12 +3689,6 @@ "node": ">= 6" } }, - "node_modules/@types/auto-launch": { - "version": "5.0.5", - "resolved": "https://registry.npmjs.org/@types/auto-launch/-/auto-launch-5.0.5.tgz", - "integrity": "sha512-/nGvQZSzM/pvCMCh4Gt2kIeiUmOP/cKGJbjlInI+A+5MoV/7XmT56DJ6EU8bqc3+ItxEe4UC2GVspmPzcCc8cg==", - "dev": true - }, "node_modules/@types/babel__core": { "version": "7.20.3", "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.3.tgz", @@ -22741,12 +22734,6 @@ "optional": true, "peer": true }, - "@types/auto-launch": { - "version": "5.0.5", - "resolved": "https://registry.npmjs.org/@types/auto-launch/-/auto-launch-5.0.5.tgz", - "integrity": "sha512-/nGvQZSzM/pvCMCh4Gt2kIeiUmOP/cKGJbjlInI+A+5MoV/7XmT56DJ6EU8bqc3+ItxEe4UC2GVspmPzcCc8cg==", - "dev": true - }, "@types/babel__core": { "version": "7.20.3", "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.3.tgz", diff --git a/package.json b/package.json index 85e615e9..e08cf4e1 100644 --- a/package.json +++ b/package.json @@ -236,7 +236,6 @@ "@blueprintjs/select": "^4.9.24", "@buttercup/ui": "^6.3.0", "@hookstate/core": "^3.0.13", - "@types/auto-launch": "^5.0.5", "@types/express": "^4.17.20", "@types/jest": "^29.5.7", "@types/node": "^20.8.10",