Skip to content

Commit 855f917

Browse files
committed
Bump to version 2.0.0
1 parent 5d34464 commit 855f917

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "egg-authz",
3-
"version": "1.0.2",
3+
"version": "2.0.0",
44
"description": "egg-authz is an authorization middleware for Egg.js",
55
"main": "authz.js",
66
"scripts": {
@@ -34,6 +34,9 @@
3434
"url": "https://github.com/node-casbin/egg-authz/issues"
3535
},
3636
"homepage": "https://github.com/node-casbin/egg-authz#readme",
37+
"publishConfig": {
38+
"registry": "https://registry.yarnpkg.com/"
39+
},
3740
"dependencies": {
3841
"koa-authz": "^2.0.0"
3942
},

0 commit comments

Comments
 (0)