1
0
mirror of https://github.com/bitwarden/cli synced 2025-12-29 14:33:15 +00:00

Bump node to 14 (#296)

* Bump node to 14

* Change engine node to ~14. Fix linting
This commit is contained in:
Oscar Hinton
2021-05-14 14:30:26 +02:00
committed by GitHub
parent 0cbcdd6948
commit 1b22c91f35
7 changed files with 270 additions and 232 deletions

View File

@@ -183,7 +183,7 @@ export class SendProgram extends Program {
const { fullObject = false } = args.parent.opts();
const mergedOptions = {
...options,
fullObject
fullObject: fullObject,
};
const response = await this.runCreate(encodedJson, mergedOptions);