1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-06-27 10:46:02 +02:00

npm scripts

This commit is contained in:
Kyle Spearrin 2018-01-06 09:19:39 -05:00
parent 215e3f2ad5
commit 41f0375808

View File

@ -1,6 +1,12 @@
{
"name": "@bitwarden/jslib",
"version": "0.0.10",
"scripts": {
"dev": "tsc",
"dev:watch": "tsc --watch",
"lint": "tslint src/**/*.ts || true",
"lint:fix": "tslint src/**/*.ts --fix"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"devDependencies": {