From e3c565a83d30574c096e8c32484cb36f9f438305 Mon Sep 17 00:00:00 2001 From: ChenX Date: Tue, 29 May 2018 10:30:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=86=E5=8C=85=E8=AE=BE=E7=BD=AE=E4=B8=BA?= =?UTF-8?q?=E7=A7=81=E6=9C=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 7cf55a1..e43ce90 100644 --- a/package.json +++ b/package.json @@ -4,8 +4,10 @@ "description": "", "main": "dist/index.js", "types": "dist/index.d.ts", + "private": true, "scripts": { - "build": "tsc" + "build": "tsc", + "dev": "tsc -w" }, "author": "cx", "license": "ISC",