From 6138dd3e2fb5ab79875291bdc50553a4801d6dea Mon Sep 17 00:00:00 2001 From: Breeze <805511939@qq.com> Date: Sat, 13 Apr 2019 23:53:20 +0800 Subject: [PATCH] [+] release v0.1.2 release v0.1.2 --- .gitignore | 1 + tsconfig.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4d29575..800f3a8 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,7 @@ # production /build +/dist # misc .DS_Store diff --git a/tsconfig.json b/tsconfig.json index e2098c9..00a23ec 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,7 +8,7 @@ "module": "commonjs", "declaration": true, "esModuleInterop": true, - "outDir": "./build", + "outDir": "./dist", "skipLibCheck": true, "strict": true },