Skip to content

Commit

Permalink
fix(package): set express peerDep at ">=4.0.0" instead of a precise m…
Browse files Browse the repository at this point in the history
…aj.min.fix
  • Loading branch information
toverux committed May 19, 2017
1 parent ce42dc1 commit 6a4b56c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"typescript": "^2.3.2"
},
"peerDependencies": {
"express": "^4.15.3"
"express": ">=4.0.0"
}
}

0 comments on commit 6a4b56c

Please sign in to comment.