Skip to content

Commit

Permalink
Merge db85617 into af7c90c
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Oct 1, 2017
2 parents af7c90c + db85617 commit 68405fb
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"description": "SDK include all aliyun, taobao, tmall, alibaba open serivces",
"main": "index.js",
"files": [
"index.js", "docs/"
"index.js",
"docs/"
],
"scripts": {
"test": "mocha --harmony --check-leaks -R spec -t 15000 test/*.test.js",
Expand All @@ -15,7 +16,7 @@
"cnpm": "npm install --registry=https://registry.npm.taobao.org"
},
"dependencies": {
"ali-oss": "~2.0.0",
"ali-oss": "~4.4.4",
"ali-rds": "~1.0.0"
},
"devDependencies": {
Expand All @@ -35,7 +36,12 @@
"email": "m@fengmk2.com"
},
"keywords": [
"ali-sdk", "ali", "aliyun", "taobao", "tmall", "alibaba"
"ali-sdk",
"ali",
"aliyun",
"taobao",
"tmall",
"alibaba"
],
"engines": {
"node": ">= 0.12.0",
Expand Down

0 comments on commit 68405fb

Please sign in to comment.