Skip to content

Commit

Permalink
chore: update dependencies, bump 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
uniibu committed May 1, 2018
1 parent fa07b21 commit 8c4ef42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "koa-better-static2",
"description": "Static file serving middleware for koa@2",
"repository": "uniibu/koa-better-static2",
"version": "1.0.2",
"version": "1.0.3",
"keywords": [
"koa",
"middleware",
Expand All @@ -23,8 +23,8 @@
},
"license": "MIT",
"dependencies": {
"debug": "*",
"resolve-path": "^1.3.3"
"debug": "^3.1.0",
"resolve-path": "^1.4.0"
},
"scripts": {
"test": "mocha --reporter spec",
Expand Down

0 comments on commit 8c4ef42

Please sign in to comment.