Skip to content

Commit

Permalink
refactor(booter-lb3app): move boot/core/rest to dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bajtos committed Feb 12, 2019
1 parent 54579dd commit 3a39c96
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions packages/booter-lb3app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@
"copyright.owner": "IBM Corp.",
"license": "MIT",
"dependencies": {
"@loopback/boot": "^1.0.12",
"@loopback/core": "^1.1.6",
"@loopback/rest": "^1.5.5",
"@types/debug": "^4.1.0",
"@types/express": "^4.16.1",
"@types/p-event": "^1.3.0",
Expand All @@ -28,8 +25,16 @@
"p-event": "^2.2.0",
"swagger2openapi": "^5.2.1"
},
"peerDependencies": {
"@loopback/boot": "^1.0.12",
"@loopback/core": "^1.1.6",
"@loopback/rest": "^1.5.5"
},
"devDependencies": {
"@loopback/boot": "^1.0.12",
"@loopback/core": "^1.1.6",
"@loopback/build": "^1.3.0",
"@loopback/rest": "^1.5.5",
"@loopback/testlab": "^1.0.6",
"@loopback/tslint-config": "^2.0.0",
"@types/node": "^10.1.1"
Expand Down

0 comments on commit 3a39c96

Please sign in to comment.