Commit 614bc82430296695a6e718632c239b65ed316aa2

Authored by chenhaodong
1 parent b6f12759

调整package.json以支持依赖

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
package.json
... ... @@ -13,7 +13,7 @@
13 13 "ui",
14 14 "framework"
15 15 ],
16   - "main": "dist/iview.js",
  16 + "main": "src/index.js",
17 17 "typings": "types/index.d.ts",
18 18 "files": [
19 19 "dist",
... ...