Skip to content

Commit

Permalink
使用peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
keenwon committed Apr 5, 2017
1 parent 1559c69 commit cd60d51
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "koa-response-jsonp",
"version": "2.0.0",
"version": "2.0.1",
"description": "koa jsonp middleware",
"main": "lib/jsonp.js",
"scripts": {
Expand Down Expand Up @@ -32,6 +32,9 @@
"dependencies": {
"debug": "^2.2.0"
},
"peerDependencies": {
"koa": "^2"
},
"bugs": {
"url": "https://github.com/keenwon/koa-response-jsonp/issues"
},
Expand Down

0 comments on commit cd60d51

Please sign in to comment.