Skip to content

Commit

Permalink
update to auth & settings
Browse files Browse the repository at this point in the history
  • Loading branch information
calidion committed Dec 18, 2015
1 parent 9bbd891 commit ea8b23e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-weixin-api",
"version": "0.2.8",
"version": "0.2.9",
"description": "Nodejs微信公共平台API",
"main": "index.js",
"author": {
Expand All @@ -26,15 +26,15 @@
"api"
],
"dependencies": {
"node-weixin-auth": "^0.2.5",
"node-weixin-jssdk": "^0.2.3",
"node-weixin-link": "^0.3.1",
"node-weixin-media": "^0.2.1",
"node-weixin-menu": "^0.2.2",
"node-weixin-message": "0.0.3",
"node-weixin-auth": "^0.2.7",
"node-weixin-jssdk": "^0.2.4",
"node-weixin-link": "^0.3.2",
"node-weixin-media": "^0.2.2",
"node-weixin-menu": "^0.2.3",
"node-weixin-message": "0.0.4",
"node-weixin-oauth": "^0.2.1",
"node-weixin-pay": "^0.2.4",
"node-weixin-user": "^0.2.1"
"node-weixin-user": "^0.2.2"
},
"devDependencies": {
"grunt": "^0.4.5",
Expand Down

0 comments on commit ea8b23e

Please sign in to comment.