Skip to content

Commit

Permalink
fixup!: code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jannyHou committed Aug 20, 2019
1 parent 357f450 commit 444d889
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 16 deletions.
7 changes: 0 additions & 7 deletions packages/security/docs.json

This file was deleted.

20 changes: 11 additions & 9 deletions packages/security/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@
"engines": {
"node": ">=8.9"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"acceptance": "lb-mocha \"dist/__tests__/acceptance/**/*.js\"",
"build": "lb-tsc",
"clean": "lb-clean loopback-authorization*.tgz dist package *.tsbuildinfo",
"clean": "lb-clean loopback-security*.tgz dist package *.tsbuildinfo",
"integration": "lb-mocha \"dist/__tests__/integration/**/*.js\"",
"prepublishOnly": "npm run build && npm run build:apidocs",
"pretest": "npm run build",
"test": "lb-mocha \"dist/__tests__/**/*.js\"",
"unit": "lb-mocha \"dist/__tests__/unit/**/*.js\"",
Expand All @@ -20,16 +22,15 @@
"copyright.owner": "IBM Corp.",
"license": "MIT",
"dependencies": {
"@loopback/context": "^1.13.0",
"@loopback/core": "^1.8.5",
"@loopback/context": "^1.21.4",
"@loopback/core": "^1.9.3",
"debug": "^4.1.1"
},
"devDependencies": {
"@loopback/build": "^1.5.2",
"@loopback/testlab": "^1.2.7",
"@loopback/build": "^2.0.8",
"@loopback/testlab": "^1.7.4",
"@types/debug": "^4.1.4",
"@types/node": "10.14.15",
"casbin": "^2.0.4"
"@types/node": "^10.14.15",
},
"keywords": [
"LoopBack",
Expand All @@ -45,6 +46,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/strongloop/loopback-next.git"
"url": "https://github.com/strongloop/loopback-next.git",
"directory": "packages/security"
}
}

0 comments on commit 444d889

Please sign in to comment.