Skip to content

Commit

Permalink
Bump 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonTian committed Jan 27, 2016
1 parent 8fe8595 commit ebbf734
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: node_js
node_js:
- "0.12"
- "0.11"
- "0.10"
- "4"
- "5"
script: make test-coveralls
3 changes: 0 additions & 3 deletions index.js

This file was deleted.

9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "wechat-oauth",
"version": "1.1.0",
"version": "1.1.1",
"description": "微信公共平台OAuth",
"main": "index.js",
"main": "lib/oauth.js",
"scripts": {
"test": "make test-all"
},
Expand All @@ -15,7 +15,7 @@
"wechat"
],
"dependencies": {
"urllib": "2.0.2"
"urllib": "2.7.0"
},
"devDependencies": {
"supertest": "*",
Expand All @@ -32,5 +32,6 @@
"readmeFilename": "README.md",
"directories": {
"test": "test"
}
},
"files": ["lib"]
}

0 comments on commit ebbf734

Please sign in to comment.