1
0
mirror of https://github.com/bitwarden/cli synced 2025-12-15 15:53:44 +00:00

Bumped version to 1.20.0 (#421)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
(cherry picked from commit 3e4aa8e476)
This commit is contained in:
github-actions[bot]
2021-12-08 09:48:33 -05:00
committed by Vince Grassia
parent ebff8a08fb
commit e0fcf83773
2 changed files with 15076 additions and 15076 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "@bitwarden/cli",
"version": "1.19.1",
"version": "1.20.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@bitwarden/cli",
"version": "1.19.1",
"version": "1.20.0",
"license": "GPL-3.0-only",
"dependencies": {
"big-integer": "1.6.48",

View File

@@ -1,7 +1,7 @@
{
"name": "@bitwarden/cli",
"description": "A secure and free password manager for all of your devices.",
"version": "1.19.1",
"version": "1.20.0",
"keywords": [
"bitwarden",
"password",
@@ -39,7 +39,7 @@
"dist:mac": "npm run build:prod && npm run clean && npm run package:mac",
"dist:lin": "npm run build:prod && npm run clean && npm run package:lin",
"publish:npm": "npm run build:prod && npm publish --access public",
"lint": "tslint 'src/**/*.ts' 'spec/**/*.ts' || true",
"lint": "tslint 'src/**/*.ts' 'spec/**/*.ts'",
"lint:fix": "tslint 'src/**/*.ts' 'spec/**/*.ts' --fix"
},
"bin": {