Skip to content

Commit

Permalink
update the node engine version dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
percy committed Mar 28, 2016
1 parent 2a04e12 commit 812709a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
@@ -1,6 +1,6 @@
language: node_js
node_js:
- "5.0"
- "4.0"
- "0.10"
- "0.8"
- "0.6"

4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -2,7 +2,7 @@
"name": "taobao",
"description": "taobao openapi sdk for node",
"keywords": ["taobao", "sdk", "openapi", "node-taobao", "top", "TaobaoClient", "taobaoke"],
"version": "1.0.7",
"version": "1.0.8",
"homepage": "http://github.com/blacktail/taobao.git",
"author": {
"name": "blacktail",
Expand Down Expand Up @@ -34,6 +34,6 @@
"prepublish": "npm prune"
},
"engines": {
"node": ">=0.10.0"
"node": ">=0.10"
}
}

0 comments on commit 812709a

Please sign in to comment.