Skip to content

Commit

Permalink
Bump to version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nodece committed Jun 2, 2019
1 parent 5d34464 commit 855f917
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": "egg-authz",
"version": "1.0.2",
"version": "2.0.0",
"description": "egg-authz is an authorization middleware for Egg.js",
"main": "authz.js",
"scripts": {
Expand Down Expand Up @@ -34,6 +34,9 @@
"url": "https://github.com/node-casbin/egg-authz/issues"
},
"homepage": "https://github.com/node-casbin/egg-authz#readme",
"publishConfig": {
"registry": "https://registry.yarnpkg.com/"
},
"dependencies": {
"koa-authz": "^2.0.0"
},
Expand Down

0 comments on commit 855f917

Please sign in to comment.