Skip to content

Commit

Permalink
Merge pull request #16 from nodece/master
Browse files Browse the repository at this point in the history
Publish v1.0.9
  • Loading branch information
hsluoyz authored Aug 16, 2018
2 parents 714fb5a + 7304d7e commit d8c6877
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "casbin",
"version": "1.0.8",
"version": "1.0.9",
"description": "An authorization library that supports access control models like ACL, RBAC, ABAC in Node.JS",
"main": "lib/casbin.js",
"typings": "lib/casbin.d.ts",
Expand Down
3 changes: 2 additions & 1 deletion src/casbin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ export * from './enforcer';
export * from './effect';
export * from './persist';
export * from './rbac';
export * from './util';
import * as Util from './util';
export {Util};

0 comments on commit d8c6877

Please sign in to comment.