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:
committed by
Vince Grassia
parent
ebff8a08fb
commit
e0fcf83773
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "@bitwarden/cli",
|
"name": "@bitwarden/cli",
|
||||||
"version": "1.19.1",
|
"version": "1.20.0",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@bitwarden/cli",
|
"name": "@bitwarden/cli",
|
||||||
"version": "1.19.1",
|
"version": "1.20.0",
|
||||||
"license": "GPL-3.0-only",
|
"license": "GPL-3.0-only",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"big-integer": "1.6.48",
|
"big-integer": "1.6.48",
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@bitwarden/cli",
|
"name": "@bitwarden/cli",
|
||||||
"description": "A secure and free password manager for all of your devices.",
|
"description": "A secure and free password manager for all of your devices.",
|
||||||
"version": "1.19.1",
|
"version": "1.20.0",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"bitwarden",
|
"bitwarden",
|
||||||
"password",
|
"password",
|
||||||
@@ -39,7 +39,7 @@
|
|||||||
"dist:mac": "npm run build:prod && npm run clean && npm run package:mac",
|
"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",
|
"dist:lin": "npm run build:prod && npm run clean && npm run package:lin",
|
||||||
"publish:npm": "npm run build:prod && npm publish --access public",
|
"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"
|
"lint:fix": "tslint 'src/**/*.ts' 'spec/**/*.ts' --fix"
|
||||||
},
|
},
|
||||||
"bin": {
|
"bin": {
|
||||||
|
|||||||
Reference in New Issue
Block a user