Skip to content

Commit

Permalink
Merge e1ed8f5 into 6a8d972
Browse files Browse the repository at this point in the history
  • Loading branch information
nodece committed Aug 9, 2018
2 parents 6a8d972 + e1ed8f5 commit c1593ea
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

0 comments on commit c1593ea

Please sign in to comment.