Commit 10b547c586729fdff9f07583035eb8090b91b430

Authored by Aresn
Committed by GitHub
2 parents f9e857ce 8a1d3246

Merge pull request #4447 from yangdan8/patch-1

修复d.ts的路径指向错误
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
@@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@
14 "framework" 14 "framework"
15 ], 15 ],
16 "main": "dist/iview.js", 16 "main": "dist/iview.js",
17 - "typings": "types/index.d.ts", 17 + "typings": "dist/types/index.d.ts",
18 "files": [ 18 "files": [
19 "dist", 19 "dist",
20 "src", 20 "src",