Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zedgu committed Jan 22, 2016
1 parent c2ec396 commit 1c5b21c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.7.13 / 2016-01-22
==================
- [UPDATE] update all dependencies

0.7.12 / 2015-06-08
==================
- [FIX] update koa-ovenware to v0.2.0 to fix the windows issues.
Expand Down
3 changes: 2 additions & 1 deletion examples/simple/lib/controllers/users/login.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
exports.index = function *() {
this.body = '';
this.res.statusCode = 440;
this.res.statusMessage = 'Login Please';
this.res.statusMessage = 'Login Please';
};

exports.create = function *() {
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,18 @@
"homepage": "https://github.com/zedgu/surface",
"dependencies": {
"debug": "^2.0.0",
"js2xmlparser": "^0.1.3",
"js2xmlparser": "^1.0.0",
"koa-ovenware": "^0.2.0",
"methods": "^1.0.1"
},
"devDependencies": {
"co-body": "^1.0.0",
"istanbul-harmony": "^0.2.9",
"koa": "^0.8.2",
"mocha": "^1.21.4",
"should": "^4.0.4",
"co-body": "^4.0.0",
"istanbul-harmony": "^0.3.16",
"koa": "^1.1.2",
"mocha": "^2.3.4",
"should": "^8.1.1",
"superagent-xml2jsparser": "^0.1.1",
"supertest": "^0.13.0"
"supertest": "^1.1.0"
},
"engines": {
"node": ">= 0.11.9"
Expand Down

0 comments on commit 1c5b21c

Please sign in to comment.