mirror of
https://github.com/bitwarden/browser
synced 2024-12-25 09:32:06 +01:00
npm scripts
This commit is contained in:
parent
215e3f2ad5
commit
41f0375808
@ -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": {
|
||||
|
Loading…
Reference in New Issue
Block a user