From 8a1d3246c55ca09f3457decddf497e2ced0f396e Mon Sep 17 00:00:00 2001 From: yangdan8 <361100314@qq.com> Date: Wed, 5 Sep 2018 11:00:44 +0800 Subject: [PATCH] 修复d.ts的路径指向错误 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a01cd73..0b16fb7 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "framework" ], "main": "dist/iview.js", - "typings": "types/index.d.ts", + "typings": "dist/types/index.d.ts", "files": [ "dist", "src", -- libgit2 0.21.4