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
package.json
... ... @@ -14,7 +14,7 @@
14 14 "framework"
15 15 ],
16 16 "main": "dist/iview.js",
17   - "typings": "types/index.d.ts",
  17 + "typings": "dist/types/index.d.ts",
18 18 "files": [
19 19 "dist",
20 20 "src",
... ...