-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
qizhang.yang
committed
Aug 6, 2018
1 parent
7433814
commit 6325e29
Showing
2 changed files
with
10 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
*.js linguist-language=JavaScript | ||
*.css linguist-language=JavaScript | ||
*.html linguist-language=JavaScript |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "enjoy-doc", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "通过本地文件,网络地址等快速生成文档", | ||
"main": "index.js", | ||
"bin": { | ||
|
@@ -9,7 +9,7 @@ | |
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"author": "yangqizhang", | ||
"author": "[email protected]", | ||
"license": "ISC", | ||
"dependencies": { | ||
"ejs": "^2.6.1", | ||
|
@@ -18,7 +18,10 @@ | |
"socket.io": "^2.1.1" | ||
}, | ||
"files": [ | ||
"./public", | ||
"./views" | ||
"public/", | ||
"views/", | ||
"index.js", | ||
"app.js", | ||
"README.md" | ||
] | ||
} |