other
/
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
8a1d3246c55ca09f3457decddf497e2ced0f396e
Authored by
yangdan8
7 years ago
Committed by
GitHub
7 years ago
1 parent
f9e857ce
修复d.ts的路径指向错误
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 @
8a1d324
...
...
@@ -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",
...
...