1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-13 01:58:44 +02:00

pub script

This commit is contained in:
Kyle Spearrin 2018-01-06 23:22:54 -05:00
parent 66aa1a783d
commit af9b95936f

View File

@ -1,6 +1,6 @@
{
"name": "@bitwarden/jslib",
"version": "0.0.14",
"version": "0.0.18",
"description": "Common code used across bitwarden JavaScript projects.",
"keywords": [
"bitwarden"
@ -23,7 +23,7 @@
"start": "tsc -watch",
"lint": "tslint src/**/*.ts || true",
"lint:fix": "tslint src/**/*.ts --fix",
"publish": "npm run build && npm publish --access public"
"pub": "npm run build && npm publish --access public"
},
"devDependencies": {
"rimraf": "^2.6.2",