Skip to content

Commit

Permalink
feat: add gitattributes
Browse files Browse the repository at this point in the history
  • Loading branch information
qizhang.yang committed Aug 6, 2018
1 parent 7433814 commit 6325e29
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .gitattributes
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
11 changes: 7 additions & 4 deletions package.json
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": {
Expand All @@ -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",
Expand All @@ -18,7 +18,10 @@
"socket.io": "^2.1.1"
},
"files": [
"./public",
"./views"
"public/",
"views/",
"index.js",
"app.js",
"README.md"
]
}

0 comments on commit 6325e29

Please sign in to comment.