1
0
mirror of https://github.com/bitwarden/cli synced 2026-01-04 09:13:14 +00:00

node api service

This commit is contained in:
Kyle Spearrin
2018-05-14 23:57:02 -04:00
parent 174b54a096
commit 4326cec40c
3 changed files with 5 additions and 5 deletions

View File

@@ -25,7 +25,7 @@
"lint:fix": "tslint src/**/*.ts spec/**/*.ts --fix"
},
"bin": {
"bw": "./bw.js"
"bw": "./build/bw.js"
},
"devDependencies": {
"@types/commander": "^2.12.2",