chenhaodong
/
mew-iview
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
614bc82430296695a6e718632c239b65ed316aa2
Authored by
chenhaodong
2019-03-25 13:43:09 +0800
1 parent
b6f12759
调整package.json以支持依赖
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
package.json
Inline
Side-by-side
package.json
Wrap text
Show/Hide comments
View file @
614bc82
...
...
@@ -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",
...
...