fix
Showing
文件已添加
文件已添加
文件已添加
blog/front-end-combat/iconfont.md
0 → 100644
| ... | @@ -5,7 +5,7 @@ | ... | @@ -5,7 +5,7 @@ |
| "main": "index.js", | "main": "index.js", | ||
| "private": true, | "private": true, | ||
| "scripts": { | "scripts": { | ||
| "dev": "docsify serve" | "dev": "live-server" | ||
| }, | }, | ||
| "repository": { | "repository": { | ||
| "type": "git", | "type": "git", | ||
| ... | @@ -17,5 +17,8 @@ | ... | @@ -17,5 +17,8 @@ |
| "bugs": { | "bugs": { | ||
| "url": "https://github.com/mouday/coding-tree/issues" | "url": "https://github.com/mouday/coding-tree/issues" | ||
| }, | }, | ||
| "homepage": "https://github.com/mouday/coding-tree#readme" | "homepage": "https://github.com/mouday/coding-tree#readme", | ||
| "devDependencies": { | |||
| "docsify": "^4.12.2" | |||
| } | |||
| } | } |
想要评论请 注册 或 登录