version bump
This commit is contained in:
parent
55ae175001
commit
11232d76b4
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@bitwarden/cli",
|
||||
"version": "0.2.1",
|
||||
"version": "0.3.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@bitwarden/cli",
|
||||
"description": "A secure and free password manager for all of your devices.",
|
||||
"version": "0.2.1",
|
||||
"version": "0.3.0",
|
||||
"keywords": [
|
||||
"bitwarden",
|
||||
"password",
|
||||
|
@ -34,6 +34,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",
|
||||
"publish:ci": "github-release -o bitwarden -r cli -t ci_latest -n ci_latest -d ./dist/bw-windows.zip ./dist/bw-macos.zip ./dist/bw-linux.zip",
|
||||
"lint": "tslint src/**/*.ts spec/**/*.ts || true",
|
||||
"lint:fix": "tslint src/**/*.ts spec/**/*.ts --fix"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue