From 41f037580897e649ec4571667495c9b0b8f2af96 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Sat, 6 Jan 2018 09:19:39 -0500 Subject: [PATCH] npm scripts --- package.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/package.json b/package.json index 17768dd224..7113db334b 100644 --- a/package.json +++ b/package.json @@ -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": {