Browse Source

upgrade @bitwarden/cli (#10)

* upgrade @bitwarden/cli (in response to https://github.com/bitwarden/cli/issues/93)

* replace package-lock with pnpm-lock
master
Andrew Kaiser 5 years ago
committed by GitHub
parent
commit
4232c05bb1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1117 additions and 1131 deletions
  1. +0
    -1130
      package-lock.json
  2. +1
    -1
      package.json
  3. +1116
    -0
      pnpm-lock.yaml

+ 0
- 1130
package-lock.json
File diff suppressed because it is too large
View File


+ 1
- 1
package.json View File

@ -23,7 +23,7 @@
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },
"dependencies": { "dependencies": {
"@bitwarden/cli": "^1.7.4",
"@bitwarden/cli": "^1.8.0",
"clipboardy": "^1.2.3", "clipboardy": "^1.2.3",
"minimist": "^1.2.0" "minimist": "^1.2.0"
}, },


+ 1116
- 0
pnpm-lock.yaml
File diff suppressed because it is too large
View File


Loading…
Cancel
Save