1
0
mirror of https://github.com/bitwarden/cli synced 2025-12-24 04:03:15 +00:00

version bump

This commit is contained in:
Kyle Spearrin
2018-05-22 16:53:11 -04:00
parent 9233d78c2f
commit 09452dd6ed
2 changed files with 2 additions and 85 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "@bitwarden/cli",
"description": "A secure and free password manager for all of your devices.",
"version": "0.3.1",
"version": "1.0.0",
"keywords": [
"bitwarden",
"password",
@@ -34,7 +34,6 @@
"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"
},
@@ -57,7 +56,6 @@
"clean-webpack-plugin": "^0.1.17",
"copy-webpack-plugin": "^4.2.0",
"cross-env": "^5.1.4",
"github-release-cli": "0.4.0",
"pkg": "^4.3.1",
"ts-loader": "^3.5.0",
"tslint": "^5.9.1",