Commit 8a1d3246c55ca09f3457decddf497e2ced0f396e

Authored by yangdan8
Committed by GitHub
1 parent f9e857ce

修复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",
... ...