Skip to content

Commit

Permalink
chore(authorization): upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondfeng committed Jun 10, 2019
1 parent 02cce47 commit d104f84
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 24 deletions.
12 changes: 0 additions & 12 deletions packages/authorization/docs.json

This file was deleted.

14 changes: 7 additions & 7 deletions packages/authorization/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 4 additions & 5 deletions packages/authorization/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
{
"name": "@loopback/authorization",
"version": "0.1.0",
"version": "1.0.0",
"description": "A LoopBack component for authorization support.",
"engines": {
"node": ">=8"
"node": ">=8.9"
},
"scripts": {
"acceptance": "lb-mocha \"dist/__tests__/acceptance/**/*.js\"",
"build": "lb-tsc es2017 --outDir dist",
"build:apidocs": "lb-apidocs",
"clean": "lb-clean loopback-authorization*.tgz dist package api-docs",
"clean": "lb-clean loopback-authorization*.tgz dist package",
"integration": "lb-mocha \"dist/__tests__/integration/**/*.js\"",
"prepublishOnly": "npm run build && npm run build:apidocs",
"pretest": "npm run build",
Expand All @@ -29,7 +28,7 @@
"@loopback/build": "^1.5.2",
"@loopback/testlab": "^1.2.7",
"@types/debug": "^4.1.4",
"casbin": "^2.0.4"
"casbin": "^3.0.0"
},
"keywords": [
"LoopBack",
Expand Down

0 comments on commit d104f84

Please sign in to comment.