Skip to content

Commit

Permalink
Merge pull request #8 from nodece/master
Browse files Browse the repository at this point in the history
 Update the enforcer file code doc to complete
  • Loading branch information
hsluoyz authored Aug 9, 2018
2 parents 6a8d972 + e1ed8f5 commit b627d77
Show file tree
Hide file tree
Showing 2 changed files with 466 additions and 100 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "casbin",
"version": "1.0.0",
"version": "1.0.5",
"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",
"scripts": {
"precommit": "lint-staged",
"prepublish": "yarn run lint && yarn run test",
"prepublish": "yarn run lint && yarn run test && yarn build",
"build": "rimraf lib && tsc",
"lint": "tslint \"src/**/*.ts\"",
"fix": "tslint \"src/**/*.ts\" --fix",
Expand Down
Loading

0 comments on commit b627d77

Please sign in to comment.