We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d34464 commit 855f917Copy full SHA for 855f917
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "egg-authz",
3
- "version": "1.0.2",
+ "version": "2.0.0",
4
"description": "egg-authz is an authorization middleware for Egg.js",
5
"main": "authz.js",
6
"scripts": {
@@ -34,6 +34,9 @@
34
"url": "https://github.com/node-casbin/egg-authz/issues"
35
},
36
"homepage": "https://github.com/node-casbin/egg-authz#readme",
37
+ "publishConfig": {
38
+ "registry": "https://registry.yarnpkg.com/"
39
+ },
40
"dependencies": {
41
"koa-authz": "^2.0.0"
42
0 commit comments