Skip to content

Commit

Permalink
Add directores, repository, bugs, homepage properties for package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
alinode-oss committed Jul 20, 2017
1 parent 813a00f commit a031943
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion package.json
Expand Up @@ -36,5 +36,18 @@
"index.js",
"lib",
"es5"
]
],
"directories": {
"doc": "doc",
"lib": "lib",
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aliyun/fc-nodejs-sdk.git"
},
"bugs": {
"url": "https://github.com/aliyun/fc-nodejs-sdk/issues"
},
"homepage": "https://github.com/aliyun/fc-nodejs-sdk#readme"
}

0 comments on commit a031943

Please sign in to comment.