Skip to content

Commit

Permalink
updated posterus dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mitranim committed Sep 5, 2017
1 parent 14706ee commit af8f1e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "koa-ring",
"version": "0.0.5",
"version": "0.0.7",
"description": "Write Koa middleware as ƒ(request) -> response, like in Clojure/Ring. Supports automatic work cancelation via Posterus futures and coroutines. Comes with routing/mounting utilities out of the box.",
"license": "MIT",
"keywords": [
Expand All @@ -13,7 +13,7 @@
"cancelation"
],
"dependencies": {
"posterus": "^0.1.0",
"posterus": "^0.2.0",
"fpx": "^0.3.0"
},
"devDependencies": {
Expand Down

0 comments on commit af8f1e5

Please sign in to comment.