Skip to content

Commit

Permalink
Bump to v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nodece committed Jun 5, 2019
1 parent 5a714d6 commit 8dc98d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "casbin",
"version": "3.0.0-beta.1",
"version": "3.0.0",
"description": "An authorization library that supports access control models like ACL, RBAC, ABAC in Node.JS",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -59,6 +59,6 @@
]
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
"registry": "https://registry.yarnpkg.com"
}
}

0 comments on commit 8dc98d1

Please sign in to comment.